Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2007-07-02 03:41:45
Size: 555
Editor: CameronLaird
Comment:
Revision 11 as of 2008-02-28 10:39:23
Size: 1712
Editor: PaulBoddie
Comment: Updated tinypy link, added descriptions.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
"Implementation" here means ... There have been and are several distinct implementations of what we all recognize as Python, or occasionally a variant of Python:
 * ActivePython
 * ["CPython"]
= Python Implementations =

An "implementation" of Python should be taken to mean a program or environment which provides support for the execution of programs written in the Python language, or some broadly similar dialect of the language.

There have been and are several distinct software packages providing of what we all recognize as Python, although some of those are more like distributions or variants of some existing implementation than a completely new implementation of the language.

== CPython Variants ==

 * ["CPython"] - the reference Python implementation
 * ActivePython - a CPython variant
Line 5: Line 12:
 * IronPython
 * ["Jython"]
 * PyMite
 * PyPy
 * [http://www.mhuffman.com/resource/index.html TinyPython]
 * ...
 * [http://www.mhuffman.com/resource/index.html Tiny Python]

== Other Implementations ==

 * ["CLPython"] - Python in Common Lisp
 * IronPython - Python in C# for the Common Language Runtime (CLR/.NET)
 * ["Jython"] - Python in Java for the Java platform
 * PyMite - Python for embedded devices
 * PyPy - Python in Python, targeting several environments
 * [https://www.cs.cmu.edu/~music/aura/serpent-info.htm Serpent]
 * [http://www.philhassey.com/blog/2008/02/28/tinypy-10-mit-license-and-swell-opengl-demo/ tinypy] - Python in 64K

== Compilers ==

 * [http://members.verizon.net/~olsongt/compyler/index.html Compyler] - an attempt to "transliterate the bytecode into x86 assembly"
 * [http://sourceforge.net/projects/shedskin/ Shed Skin] - a Python-to-C++ compiler

== Topic Guides ==

 * EmbeddedPython
 * PythonDistributions

Python Implementations

An "implementation" of Python should be taken to mean a program or environment which provides support for the execution of programs written in the Python language, or some broadly similar dialect of the language.

There have been and are several distinct software packages providing of what we all recognize as Python, although some of those are more like distributions or variants of some existing implementation than a completely new implementation of the language.

CPython Variants

Other Implementations

Compilers

Topic Guides

This page aims to replace one formerly maintained as "[http://phaseit.net/claird/comp.lang.python/python_varieties.html Cameron Laird's personal notes on varieties of Python implementation]".

PythonImplementations (last edited 2024-06-07 14:34:25 by DavidBoddie)

Unable to edit the page? See the FrontPage for instructions.