Differences between revisions 9 and 13 (spanning 4 versions)
Revision 9 as of 2007-08-11 22:44:56
Size: 1328
Editor: PaulBoddie
Comment: Added link to distributions.
Revision 13 as of 2008-04-04 16:07:07
Size: 1766
Editor: PaulBoddie
Comment: Updated tinypy link.
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * ["CLPython"]
 * IronPython
 * ["Jython"]
 * PyMite
 * PyPy
 * ["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.tinypy.org/ tinypy] - a minimalist implementation of python in 64k of code

== Closely related but arguably distinct languages ==
 * Boo
 * ["Cobra"]

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

  • Boo
  • ["Cobra"]

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.