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

ale at codespeak.net ale at codespeak.net
Fri Oct 10 20:39:52 CEST 2003


Author: ale
Date: Fri Oct 10 20:39:49 2003
New Revision: 1683

Modified:
   pypy/trunk/doc/funding/B3.0_impact.txt
Log:
typos


Modified: pypy/trunk/doc/funding/B3.0_impact.txt
==============================================================================
--- pypy/trunk/doc/funding/B3.0_impact.txt	(original)
+++ pypy/trunk/doc/funding/B3.0_impact.txt	Fri Oct 10 20:39:49 2003
@@ -28,23 +28,30 @@
 
 This will impact software development in several important ways.
 
-    The cost of software development will deminish. 
+    - The cost of software development will diminish. 
 
-    The time to market will be reduced.
+    - The time to market will be reduced.
  
-    The cost of software maintenance will be reduced.
+    - The cost of software maintenance will be reduced.
 
-    Reduce barriers to market a product.
+    - Reduce barriers to market a product.
 
 
 The development methods of the PyPy project will prove that using Sprints, 
 pair programming and test driven development, results in :
 
-    Broader understanding of the code base among developers
+    - Broader understanding of the code base among developers
 
-    Rapid developments from ideas to working code
+    - Rapid developments from ideas to working code
+
+    - Sustainable project progress through unittesting
+
+The cost of software development is essentially labor costs, time to market 
+and costs of software tools. Having a (free) flexible VHLL will ease the development
+through the fact that problems are solved closer to the abstraction level
+they are formulated. This will greatly improve the productivity of the 
+individual programmer.
 
-    Sustainable project progress through unittesting
 
 
 We intend to make a new reference version of the Python Programming


More information about the Pypy-commit mailing list