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

pedronis at codespeak.net pedronis at codespeak.net
Sun Mar 25 18:35:54 CEST 2007


Author: pedronis
Date: Sun Mar 25 18:35:52 2007
New Revision: 41296

Modified:
   pypy/dist/pypy/doc/new-architecture.txt
Log:
tone adjustement (I know, very personal)



Modified: pypy/dist/pypy/doc/new-architecture.txt
==============================================================================
--- pypy/dist/pypy/doc/new-architecture.txt	(original)
+++ pypy/dist/pypy/doc/new-architecture.txt	Sun Mar 25 18:35:52 2007
@@ -75,8 +75,8 @@
 Particularly, we set ourselves the goal to *generate
 Just-In-Time Compilers* in addition to traditional
 Interpreter implementations - an area of language
-implementation that is commonly considered the ultimate 
-in complexity. 
+implementation that is commonly considered very challenging
+because of the involved complexity. 
 
 
 PyPy - the Python Interpreter 



More information about the Pypy-commit mailing list