CLPython: Difference between revisions
Appearance
Content deleted Content added
add reference to Hy |
|||
Line 26: | Line 26: | ||
* [[IronPython]] - an implementation of [[Python (programming language)|Python]] in [[C Sharp (programming language)|C#]] targeting [[Microsoft .NET|.NET]] and [[Mono (software)|Mono]]. |
* [[IronPython]] - an implementation of [[Python (programming language)|Python]] in [[C Sharp (programming language)|C#]] targeting [[Microsoft .NET|.NET]] and [[Mono (software)|Mono]]. |
||
* [[Jython]] - an implementation of [[Python (programming language)|Python]] for the [[Java Virtual Machine|JVM]]. |
* [[Jython]] - an implementation of [[Python (programming language)|Python]] for the [[Java Virtual Machine|JVM]]. |
||
* [[Hy]] - An implementation of Lisp written in Python |
|||
== References== |
== References== |
Revision as of 18:35, 4 March 2020
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 LLGPL. CLPython was started in 2006, but at 2013 it was not actively developed, and mailing list was closed.[1]
See also
- 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