rklyne / pylisp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%