Changeset 391 for python/trunk/Doc/reference/introduction.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/reference/introduction.rst
r2 r391 66 66 implementation that generates IL, and compiles Python code directly to .NET 67 67 assemblies. It was created by Jim Hugunin, the original creator of Jython. For 68 more information, see `the IronPython website <http://www.ironpython. com/>`_.68 more information, see `the IronPython website <http://www.ironpython.net/>`_. 69 69 70 70 PyPy 71 An implementation of Python written in Python; even the bytecode interpreter is72 written in Python. This is executed using CPython as the underlying73 interpreter. One of the goals of the project is to encourage experimentation74 with the language itself by making it easier to modify the interpreter (since it75 i s written in Python). Additional information is available on `the PyPy76 project's home page <http://codespeak.net/pypy/>`_.71 An implementation of Python written completely in Python. It supports several 72 advanced features not found in other implementations like stackless support 73 and a Just in Time compiler. One of the goals of the project is to encourage 74 experimentation with the language itself by making it easier to modify the 75 interpreter (since it is written in Python). Additional information is 76 available on `the PyPy project's home page <http://pypy.org/>`_. 77 77 78 78 Each of these implementations varies in some way from the language as documented
Note:
See TracChangeset
for help on using the changeset viewer.