Jump to content

CLPython: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Translate from cc-by-sa 3 ru:~ https://ru.wikipedia.org/wiki/CLPython author listed in this diff <<< - project active in 2006-2013
== References== {{reflist}}
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]].

== References==
{{reflist}}


==External links==
==External links==
* {{Official website|common-lisp.net/project/clpython/}}
* {{Official website|common-lisp.net/project/clpython/}}
*https://github.com/metawilm/cl-python

{{Python (programming language)}}
{{Python (programming language)}}



Revision as of 18:59, 14 October 2018

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 LLGPL. CLPython was started in 2006, but at 2013 it was not actively developed, and mailing list was closed[1].

See also

References