[pypy-svn] r3738 - pypy/trunk/doc/funding

pedronis at codespeak.net pedronis at codespeak.net
Sun Apr 4 18:10:08 CEST 2004


Author: pedronis
Date: Sun Apr  4 18:10:07 2004
New Revision: 3738

Modified:
   pypy/trunk/doc/funding/B6.0_detailed_implementation.txt
Log:
spelling fixes


Modified: pypy/trunk/doc/funding/B6.0_detailed_implementation.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.0_detailed_implementation.txt	(original)
+++ pypy/trunk/doc/funding/B6.0_detailed_implementation.txt	Sun Apr  4 18:10:07 2004
@@ -20,8 +20,8 @@
   functionality of PyPy itself must first be developed, using our novel
   and flexible approach of Object Spaces.
 
-- Phase 2: High Perfomance. This code base can be used as an
-  research/integration platform of choice, targetting especially perfomance.
+- Phase 2: High Performance. This code base can be used as an
+  research/integration platform of choice, targeting especially performance.
 
 - Phase 3: Validation & Flexibility. Specific applications can be
   implemented and disseminated.
@@ -285,7 +285,7 @@
   logic programming. An inference engine already exists in the python-logic
   libraries. Successful integration of these concepts, far from regular
   imperative programming, would provide a validation of the level of
-  flexibility we achieved in Phase 1. Similarily, WP10_ will experiment with
+  flexibility we achieved in Phase 1. Similarly, WP10_ will experiment with
   OO concepts not originally present in Python, like aspect-oriented
   programming and design-by-contract.
 
@@ -409,7 +409,7 @@
 
 WP09_ will explore the integration of logic programming techniques.  For
 example, today to use a constrain solver like the one from the
-python-logic libraries, you have to ressort to an unfamiliar custom
+python-logic libraries, you have to resort to an unfamiliar custom
 syntax.  These libraries would be much more useful if they were better
 integrated with the language.  WP09_ will specifically experiment with
 rewriting parts of the python-logic libraries in RPython for integration


More information about the Pypy-commit mailing list