[pypy-svn] rev 1886 - pypy/trunk/doc/funding

alastair at codespeak.net alastair at codespeak.net
Tue Oct 14 08:22:57 CEST 2003


Author: alastair
Date: Tue Oct 14 08:22:57 2003
New Revision: 1886

Modified:
   pypy/trunk/doc/funding/B6.0_detailed_implementation.txt
Log:
Added a para on aspects and contracts

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	Tue Oct 14 08:22:57 2003
@@ -361,8 +361,14 @@
 
 WP10_ will base itself on the language extensions developed in WP09_.
 
-FIXME_ALASTAIR write this paragraph
-
+A major goal of the PyPy project is to enable people to carry out more of
+their programming tasks in Python without having to resort to other
+programming languages. We will therefore exploit the optimisations in the
+PyPy implementation and the constructs for constraints and search to
+enhance the object model, thus offering in Python what can currently only
+be found in other object-oriented languages. In particular, we will offer
+the ability to compose program functionality with aspects and to design
+object-oriented programs through contracts.
 
 Interpreter adaptations
 +++++++++++++++++++++++


More information about the Pypy-commit mailing list