Jump to content

CLPython: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 18: Line 18:


'''CLPython''' is an implementation of the [[Python (programming language)|Python programming language]] written in [[Common Lisp]].
'''CLPython''' is an implementation of the [[Python (programming language)|Python programming language]] written in [[Common Lisp]].
This project allow to call Lisp functions from Python and Python functions from Lisp. Licensed under LLGPL.
This project allow to call Lisp functions from Python and Python functions from Lisp. Licensed under LGPL.
CLPython was started in 2006, but at 2013 it was not actively developed, and mailing list was closed.<ref>https://common-lisp.net/project/clpython/</ref>
CLPython was started in 2006, but as of 2013, it was not actively developed and the mailing list was closed.<ref>https://common-lisp.net/project/clpython/</ref>


==See also==
==See also==

Revision as of 11:19, 24 October 2020

CLPython
Repository
PlatformCommon Lisp
TypePython Programming Language Compiler
LicenseLGPL
Websitecommon-lisp.net/project/clpython/

CLPython is an implementation of the Python programming language written in Common Lisp. This project allow to call Lisp functions from Python and Python functions from Lisp. Licensed under LGPL. CLPython was started in 2006, but as of 2013, it was not actively developed and the mailing list was closed.[1]

See also

References