Category:Python Implementations: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (ironpython upgraded to be compatable with CPython 2.5 now)
Line 1: Line 1:
{{implementation cat|Python}}
{{implementation cat|Python}}
* [http://www.python.org CPython] - The official Python implementation; implemented in [[C]].
* [http://www.python.org CPython] - The official Python implementation; implemented in [[C]].
* [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] - an implementation of Python for the [[.NET Framework]]; the latest stable version is compatible with CPython 2.4.2.
* [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] - an implementation of Python for the [[.NET Framework]]; the latest stable version is compatible with CPython 2.5.
* [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.

Revision as of 15:41, 2 February 2009

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.5.
  • 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; implemented in C.

Pages in category "Python Implementations"

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