Skip to content

cpc26/cl-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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

Documentation

Please see the Introduction and Manual on common-lisp.net.

Requirements

CLPython runs successfully on:

Install

Using QuickLisp:

(ql:quickload "clpython")

About

An implementation of Python in Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published