Jump to content

CLPython: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
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 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
* [[Hy (programming language)|Hy]] - An implementation of Lisp written in Python


== References==
== References==

Revision as of 06:59, 19 May 2024

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".