Jump to content

CLPython: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
== References== {{reflist}}
m Use Free and open-source software portal name (via WP:JWB)
Line 22: Line 22:


==See also==
==See also==
{{Portal|Free software}}
{{Portal|Free and open-source software}}
* [[CPython]] - the default implementation of [[Python (programming language)|Python]], written in [[C (programming language)|C]].
* [[CPython]] - the default implementation of [[Python (programming language)|Python]], written in [[C (programming language)|C]].
* [[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]].

Revision as of 01:33, 24 December 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