[pypy-svn] r12643 - in pypy/dist/pypy/documentation: . website

hpk at codespeak.net hpk at codespeak.net
Fri May 20 18:21:37 CEST 2005


Author: hpk
Date: Fri May 20 18:21:36 2005
New Revision: 12643

Modified:
   pypy/dist/pypy/documentation/architecture.txt
   pypy/dist/pypy/documentation/website/news.txt
Log:

renamed goals -> mission statement 
and therein: then -> eventually 


Modified: pypy/dist/pypy/documentation/architecture.txt
==============================================================================
--- pypy/dist/pypy/documentation/architecture.txt	(original)
+++ pypy/dist/pypy/documentation/architecture.txt	Fri May 20 18:21:36 2005
@@ -11,15 +11,15 @@
 .. _`getting started`: getting_started.html
 
 
-Goals
-=====
+Mission statement 
+====================
 
 PyPy is a reimplementation of Python_ written in Python itself, flexible and
 easy to experiment with.  Our long-term goals are to target a large variety of
 platforms, small and large, by providing a compiler toolsuite that can produce
 custom Python versions.  Platform, Memory and Threading models are to become
 aspects of the translation process - as opposed to encoding low level details
-into a language implementation itself.  Then dynamic optimization techniques
+into a language implementation itself.  Eventually, dynamic optimization techniques
 - implemented as another translation aspect - should become robust against
 language changes.
 

Modified: pypy/dist/pypy/documentation/website/news.txt
==============================================================================
--- pypy/dist/pypy/documentation/website/news.txt	(original)
+++ pypy/dist/pypy/documentation/website/news.txt	Fri May 20 18:21:36 2005
@@ -7,7 +7,7 @@
     nonsense, isn't it?  `more...`_
 
 .. _Python: http://www.python.org/doc/current/ref/ref.html
-.. _`more...`: ../architecture.html#goals
+.. _`more...`: ../architecture.html#mission-statement 
 
 
 Next Sprint after EuroPython 2005 1st-7th July 



More information about the Pypy-commit mailing list