• Stars
    star
    364
  • Rank 112,870 (Top 3 %)
  • Language
    Common Lisp
  • License
    Other
  • Created almost 15 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An implementation of Python in Common Lisp

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 2004, 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 ?
Allegro CL 10.1 ?
Clozure CL 1.11 ?
CLISP 2.49 ?
CMUCL ?
ECL 16.1.3 ?
LispWorks 6.1.1 βœ…
SBCL 1.5.4 ? Coverage Status