Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2007-05-10 14:55:02
Size: 431
Editor: CameronLaird
Comment:
Revision 15 as of 2008-12-05 12:37:43
Size: 1938
Editor: StefanBehnel
Comment:
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"]
 * IronPython
 * ["Jython"]
 * ...
= 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
 * [[IPython]] and its [[IPyKit]] variant
 * [[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.tinypy.org/|tinypy]] - a minimalist implementation of python in 64k of code

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

== Compilers ==

 * [[http://members.verizon.net/~olsongt/compyler/index.html|Compyler]] - an attempt to "transliterate the bytecode into x86 assembly"
 * [[http://cython.org/|Cython]] - an optimising Python-to-C compiler, CPython extension module generator, and wrapper language for binding external libraries
 * [[http://sourceforge.net/projects/shedskin/|Shed Skin]] - a Python-to-C++ compiler

== Topic Guides ==

 * EmbeddedPython
 * PythonDistributions
Line 9: Line 40:
"[http://phaseit.net/claird/comp.lang.python/python_varieties.html Cameron Laird's personal notes on varieties of Python implementation]". "[[http://phaseit.net/claird/comp.lang.python/python_varieties.html|Cameron Laird's personal notes on varieties of Python implementation]]".

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

  • 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

  • Serpent

  • tinypy - a minimalist implementation of python in 64k of code

Compilers

  • Compyler - an attempt to "transliterate the bytecode into x86 assembly"

  • Cython - an optimising Python-to-C compiler, CPython extension module generator, and wrapper language for binding external libraries

  • Shed Skin - a Python-to-C++ compiler

Topic Guides

This page aims to replace one formerly maintained as "Cameron Laird's personal notes on varieties of Python implementation".

PythonImplementations (last edited 2023-06-24 04:21:27 by MaxBernstein)

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