Kaydet (Commit) fa0e7796 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

update pypy description

üst b2454b2e
...@@ -68,12 +68,12 @@ IronPython ...@@ -68,12 +68,12 @@ IronPython
more information, see `the IronPython website <http://www.ironpython.com/>`_. more information, see `the IronPython website <http://www.ironpython.com/>`_.
PyPy PyPy
An implementation of Python written in Python; even the bytecode interpreter is An implementation of Python written completely in Python. It supports several
written in Python. This is executed using CPython as the underlying advanced features not found in other implementations like stackless support
interpreter. One of the goals of the project is to encourage experimentation and a Just in Time compiler. One of the goals of the project is to encourage
with the language itself by making it easier to modify the interpreter (since it experimentation with the language itself by making it easier to modify the
is written in Python). Additional information is available on `the PyPy interpreter (since it is written in Python). Additional information is
project's home page <http://codespeak.net/pypy/>`_. available on `the PyPy project's home page <http://codespeak.net/pypy/>`_.
Each of these implementations varies in some way from the language as documented Each of these implementations varies in some way from the language as documented
in this manual, or introduces specific information beyond what's covered in the in this manual, or introduces specific information beyond what's covered in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment