Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 2.67 KB

README.md

File metadata and controls

28 lines (21 loc) · 2.67 KB

CLPython - an implementation of Python in Common Lisp

CLPython is an open-source implementation of Python written in Common Lisp. With CLPython you can run Python programs in a Lisp environment. Libraries written in Lisp are available to Python code, and Python libraries can be accessed by Lisp code. Also Python and Lisp code can be mixed.

For rough documentation, please see the Introduction and Manual on common-lisp.net.

To install using QuickLisp: (ql:quickload "clpython")

CLPython is developed by Willem Broekema and is released as open source under the LLGPL. The project was started in 2006, and is since 2013 not under active development anymore.

Common Lisp Implementation Build + Test Status
ABCL Build Status Fails due to NullPointerException
Allegro CL Build Status
Clozure CL Build Status
CLISP Build Status Fails due to stack overflow
CMUCL ?
ECL Build Status
LispWorks ?
SBCL Build Status Coverage Status