Category:Python Implementations: Difference between revisions

From Rosetta Code
Content added Content deleted
(mention of tinypy.)
m (Why did i put double brackets at the end.)
Line 4: Line 4:
* [http://www.jython.org/Project/index.html Jython] - an implementation of Python for the [[JVM]]; the latest stable version is compatible with CPython 2.2.
* [http://www.jython.org/Project/index.html Jython] - an implementation of Python for the [[JVM]]; the latest stable version is compatible with CPython 2.2.
* [http://codespeak.net/pypy/dist/pypy/doc/news.html PyPy] - a project that uses Python to generate interpreters and virtual machines for the Python programming language.
* [http://codespeak.net/pypy/dist/pypy/doc/news.html PyPy] - a project that uses Python to generate interpreters and virtual machines for the Python programming language.
* [http://www.tinypy.org/ TinyPy] - a minimalist implementation of python in 64k of code ]]
* [http://www.tinypy.org/ TinyPy] - a minimalist implementation of python in 64k of code

Revision as of 14:41, 9 April 2008

These are all of the implementations of Python on Rosetta Code.

  • CPython - The official Python implementation; implemented in C.
  • IronPython - an implementation of Python for the .NET Framework; the latest stable version is compatible with CPython 2.4.2.
  • Jython - an implementation of Python for the JVM; the latest stable version is compatible with CPython 2.2.
  • PyPy - a project that uses Python to generate interpreters and virtual machines for the Python programming language.
  • TinyPy - a minimalist implementation of python in 64k of code

Pages in category "Python Implementations"

The following 8 pages are in this category, out of 8 total.