Jump to content

CLPython: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Citation bot (talk | contribs)
Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1357/2847
Line 19: Line 19:
'''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 LGPL.
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.<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>{{Cite web | url=https://common-lisp.net/project/clpython/ | title=CLPython - an implementation of Python in Common Lisp }}</ref>


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

Revision as of 22:52, 29 April 2022

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

  1. ^ "CLPython - an implementation of Python in Common Lisp".