/pylisp

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

Primary LanguagePython

= 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.