[pypy-svn] r41452 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Tue Mar 27 13:00:51 CEST 2007


Author: hpk
Date: Tue Mar 27 13:00:49 2007
New Revision: 41452

Modified:
   pypy/dist/pypy/doc/new-architecture.txt
Log:
refining mwh's rewrite a slight bit, mostly not 
mentioning prolog/javascript explicitely


Modified: pypy/dist/pypy/doc/new-architecture.txt
==============================================================================
--- pypy/dist/pypy/doc/new-architecture.txt	(original)
+++ pypy/dist/pypy/doc/new-architecture.txt	Tue Mar 27 13:00:49 2007
@@ -43,19 +43,19 @@
    separation between language specification and implementation
    aspects.
 
- * a compliant and fast implementation of the Python Language using
+ * a flexible and fast implementation of the Python Language using
    the above framework to enable new advanced features without having
    to encode low level details into it.
 
 By separating concerns in this way, we intend for our implementation
-of Python - and other dynamic languages, such as Prolog and
-JavaScript - to become robust against almost all implementation
-decisions, including target platform, memory and threading models,
-optimizations applied, up to to the point of being able to
+of Python - and other dynamic languages - to become robust against almost 
+all implementation decisions, including target platform, memory and 
+threading models, optimizations applied, up to to the point of being able to
 automatically *generate* Just-in-Time compilers for dynamic languages.
 
-Conversely, our implementation techniques, including the JIT compiler,
-should become robust against changes in the languages implementated.
+Conversely, our implementation techniques, including the JIT compiler 
+generator, should become robust against changes in the languages 
+implementated.
 
 High Level Goals
 =============================



More information about the Pypy-commit mailing list