Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 14 11:03:22 -0700 2009 | |
| |
README.md | Wed Aug 05 09:37:09 -0700 2009 | |
| |
app/ | Thu Nov 19 08:08:56 -0800 2009 | |
| |
clpython-test.asd | Mon Nov 02 15:40:10 -0800 2009 | |
| |
clpython.asd | Sun Nov 15 10:44:38 -0800 2009 | |
| |
core/ | Thu Nov 19 08:08:56 -0800 2009 | |
| |
lib/ | Sat Sep 19 06:35:36 -0700 2009 | |
| |
license.txt | Sat May 16 23:55:38 -0700 2009 | |
| |
package/ | Sun Nov 15 10:44:38 -0800 2009 | |
| |
parser/ | Thu Nov 19 08:08:56 -0800 2009 | |
| |
test/ | Thu Nov 19 08:08:56 -0800 2009 |
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.
CLPython is developed by Willem Broekema and is released as open source under the LLGPL.
Requirements
CLPython runs successfully on each of the following platforms:
There are dependencies on:
Install
To compile and load CLPython you need asdf. First create a link from the repository to files clpython.asd and clpython-test.asd. Then load the system:
(asdf:operate 'asdf:load-op :clpython)
To run the test suite:
(asdf:operate 'asdf:test-op :clpython)
The test result printed at the end should be a message like "Errors detected in this test: 4" (which are a handful known issues) and many successes. Unintended test errors are marked as "unexpected" in the summary; please report them if they occur.
Mailing Lists
There are two mailing lists, both low-traffic:
- clpython-devel for general discussion and bug reports;
- clpython-announce for announcements of new releases.







