Author: Christopher Pope <[email protected]> Branch: Changeset: r61671:aabe989738c2 Date: 2013-02-22 21:16 -0500 http://bitbucket.org/pypy/pypy/changeset/aabe989738c2/
Log: Call the translator RPython, not PyPy diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -202,20 +202,20 @@ Be sure to enable it again if you need it! -The PyPy translation tool chain -=============================== +The RPython translation tool chain +=================================== ---------------------------------------------- -Can PyPy compile normal Python programs to C? ---------------------------------------------- +------------------------------------------------ +Can RPython compile normal Python programs to C? +------------------------------------------------ -No, PyPy is not a Python compiler. +No, RPython is not a Python compiler. In Python, it is mostly impossible to *prove* anything about the types that a program will manipulate by doing a static analysis. It should be clear if you are familiar with Python, but if in doubt see [BRETT]_. -If you want a fast Python program, please use our JIT_ instead. +If you want a fast Python program, please use the PyPy JIT_ instead. .. _JIT: jit/index.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
