CLPython

an implementation of Python in Common Lisp



» Introduction
» Manual

CLPython is an open-source implementation of Python written in Common Lisp.
It bridges the Python and Lisp worlds, so you can:

To be informed about new releases, please subscribe to clpython-announce.
Please send questions and feature requests to clpython-devel, and report bugs in the issue tracker.

You can download and install CLPython using Quicklisp, which will resolve dependencies automatically:

  • (ql:quickload "clpython")

Or use ASDF.

The CLPython source code repository is hosted on GitHub:

CLPython can be run in the following Common Lisp implementations:

CLPython depends on the following libraries:

CLPython is released as open source under the Lisp Lesser GNU Public License (LLGPL).

CLPython is developed by Willem Broekema, with support from Franz Inc.