Skip to content

metawilm/cl-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66eb75e · Mar 10, 2022
Nov 8, 2017
Apr 22, 2017
Sep 2, 2018
Mar 10, 2022
Apr 10, 2020
Feb 20, 2015
Mar 10, 2022
Nov 5, 2017
May 14, 2009
Nov 5, 2017
Jul 10, 2019
Apr 22, 2017
May 17, 2009
Feb 8, 2011

Repository files navigation

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") (require ASDF 3.3 or higher).

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.

See the build status on Travis-CI, and the coverage status on Coveralls:

Common Lisp Implementation Build + Test Status
ABCL 1.5.0 Build Status Fails due to ClassCastException: StandardObject cannot be cast to LispClass
Allegro CL 10.1 Build Status
Clozure CL 1.11 Build Status
CLISP 2.49 Build Status Fails due to stack overflow
CMUCL ?
ECL 16.1.3 Build Status
LispWorks 6.1.1 Manually verified
SBCL 1.5.4 Build Status Coverage Status

Releases

No releases published

Packages

No packages published