Author: Ronan Lamy <[email protected]> Branch: install-rpython Changeset: r91985:4ec9624649ac Date: 2017-07-27 18:13 +0100 http://bitbucket.org/pypy/pypy/changeset/4ec9624649ac/
Log: Improve README diff --git a/README-rpython.rst b/README-rpython.rst --- a/README-rpython.rst +++ b/README-rpython.rst @@ -5,13 +5,12 @@ dynamic languages, emphasizing a clean separation between language specification and implementation aspects. -By separating concerns in this way, our implementation of Python - and other -dynamic languages - is able to automatically generate a Just-in-Time compiler -for any dynamic language. It also allows a mix-and-match approach to -implementation decisions, including many that have historically been outside of -a user's control, such as target platform, memory and threading models, garbage -collection strategies, and optimizations applied, including whether or not to -have a JIT in the first place. +By separating concerns in this way, it can automatically generate a +Just-in-Time compiler for any dynamic language. It also allows a mix-and-match +approach to implementation decisions, including many that have historically +been outside of a user's control, such as target platform, memory and threading +models, garbage collection strategies, and optimizations applied, including +whether or not to have a JIT in the first place. Links ----- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
