Skip to content
/ pylisp Public

A Lisp written in pure Python using native Python datatypes. Callables are freely exchangable between the two.

Notifications You must be signed in to change notification settings

rklyne/pylisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= PyLisp =

An attempt to merge the expressivity of Lisp with the convenience of Python.

== Cool things ==

  • Python datatypes are used throughout.
  • Macros are supported over Lisp code.
  • Any Python function is callable in Lisp.
  • Any Lisp function is callable in Python.

About

A Lisp written in pure Python using native Python datatypes. Callables are freely exchangable between the two.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages