Author: Armin Rigo <[email protected]> Branch: Changeset: r65377:18ed847a7c64 Date: 2013-07-14 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/18ed847a7c64/
Log: Point to the FAQ entry more prominently diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst --- a/pypy/doc/getting-started-dev.rst +++ b/pypy/doc/getting-started-dev.rst @@ -4,6 +4,12 @@ .. contents:: +.. warning:: + + Please `read this FAQ entry`_ first! + +.. _`read this FAQ entry`: http://doc.pypy.org/en/latest/faq.html#do-i-have-to-rewrite-my-programs-in-rpython + RPython is a subset of Python that can be statically compiled. The PyPy interpreter is written mostly in RPython (with pieces in Python), while the RPython compiler is written in Python. The hard to understand part _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
