Category:Python Implementations: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: * [http://www.python.org CPython] - The official Python implementation; implemented in C. * [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] - an implementation o...)
 
No edit summary
Line 2: Line 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.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.4.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://www.jython.org/Project/index.html Jython] - an implementation of Python for the JVM; the latest stable version is compatible with CPython 2.2.
* [PyPy http://codespeak.net/pypy/dist/pypy/doc/news.html] - 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 18:27, 24 December 2007

  • 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.

Pages in category "Python Implementations"

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