CLPython: Difference between revisions
Appearance
Content deleted Content added
m updated wikilink per Talk:Hy (programming language)#Requested move 13 May 2024 |
|||
Line 37: | Line 37: | ||
[[Category:Common Lisp (programming language) software]] |
[[Category:Common Lisp (programming language) software]] |
||
[[Category:Free |
[[Category:Free and open source interpreters]] |
||
[[Category:Free software programmed in Lisp]] |
[[Category:Free software programmed in Lisp]] |
||
[[Category:Python (programming language) implementations]] |
[[Category:Python (programming language) implementations]] |
Latest revision as of 23:13, 30 October 2024
This article needs additional citations for verification. (April 2019) |
Repository | |
---|---|
Platform | Common Lisp |
Type | Python Programming Language Compiler |
License | LGPL |
Website | common-lisp |
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
[edit]- CPython - the default implementation of Python, written in C.
- IronPython - an implementation of Python in C# targeting .NET and Mono.
- Jython - an implementation of Python for the JVM.
- Hy - An implementation of Lisp written in Python