https://github.com/metawilm/cl-python.git
git clone 'https://github.com/metawilm/cl-python.git'
(ql:quickload :cl-python)
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.
CLPython is developed by Willem Broekema and is released as open source under the LLGPL.
The project was started in 2006, and is currently (2013) not under active development anymore.
The git address changed on Feb 4, 2014 from: github.com/franzinc/cl-python.git to: github.com/metawilm/cl-python.git
Please see the Introduction and Manual on common-lisp.net.
CLPython runs successfully on:
Using QuickLisp:
(ql:quickload "clpython")