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

hpk at codespeak.net hpk at codespeak.net
Tue Mar 27 12:13:13 CEST 2007


Author: hpk
Date: Tue Mar 27 12:13:11 2007
New Revision: 41448

Modified:
   pypy/dist/pypy/doc/release-1.0.0.txt
Log:
resolving XXX, adding names, maybe getting close-to-final


Modified: pypy/dist/pypy/doc/release-1.0.0.txt
==============================================================================
--- pypy/dist/pypy/doc/release-1.0.0.txt	(original)
+++ pypy/dist/pypy/doc/release-1.0.0.txt	Tue Mar 27 12:13:11 2007
@@ -62,8 +62,10 @@
 
 have fun, 
 
-    the PyPy team, 
-    XXX Names
+    the PyPy release team, 
+    Samuele Pedroni, Armin Rigo, Holger Krekel, Michael Hudson, 
+    Carl Friedrich Bolz, Antonio Cuni, Anders Chrigstroem, Guido Wesdrop
+    Maciej Fijalkowski, Alexandre Fayolle
 
     and many others: 
     http://codespeak.net/pypy/dist/pypy/doc/contributor.html
@@ -103,31 +105,61 @@
 working and preparing the according final review which is scheduled
 for May 2007.
 
-XXX note about future / caretakers / trusted contributors 
+For the future, we are in the process of setting up structures
+to guard conceptual integrity of the project and to discuss 
+and deal with funding opportunities related to further PyPy 
+sprinting and developments. See here for discussion results: 
 
+    http://codespeak.net/pipermail/pypy-dev/2007q1/003577.html
 
-Key 1.0.0 Features 
-=====================
 
-XXX think more carefully about this section 
+1.0.0 Feature highlights 
+==============================
 
-The 0.99 release from last month lists a lot of highlights
-that we are not going to repeat here, please check it out: 
-
-    http://codespeak.net/pypy/dist/pypy/doc/release-0.99.0.html
    
-We here just list the new achievements newly exposed with 1.0: 
+Here is a summary list of key features coming with PyPy-1.0:
+
+- the Just-In-Time Compiler Generator, now generating 
+  first JIT compiler versions of our Python Interpreter, see: 
+
+    http://codespeak.net/pypy/dist/pypy/doc/jit.html 
+
+- more Python Interpreter optimizations (CALL_METHOD(+cache), ropes), 
+  now running benchmarks at around half of CPython's speed (without the JIT)
+
+- The Python Interpreter can be translated to .NET and enables
+  interactions with the CLR libraries, see
+
+    http://codespeak.net/pypy/dist/pypy/doc/cli-backend.html 
+    http://codespeak.net/pypy/dist/pypy/doc/clr-module.html
+
+- Aspect Oriented Programming facilities (based on amending 
+  the Abstract Syntax Tree), see here for more details: 
+
+  http://codespeak.net/pypy/dist/pypy/doc/aspect_oriented_programming.html 
+  http://codespeak.net/pypy/extradoc/eu-report/D10.1_Aspect_Oriented_Programming_in_PyPy-2007-03-22.pdf
+
+- the JavaScript backend has evolved to a point where it can be used to write
+  AJAX web applications with it. This is still an experimental technique,
+  though. For demo applications, also showcasing various generated 
+  Python and PROLOG interpreters see: 
+
+  http://play1.codespeak.net/ 
+
+- proxying object spaces and features of our Python Interpreter: 
 
-- the Just-In-Time Compiler Generator 
+  - Tainting: a 270-line proxy object space tracking 
+    and boxing sensitive information within an application. 
 
-- more optimizations (CALL_METHOD(+cache), ropes), leading up 
-  to having generated Python versions run benchmarks at 
-  around half of CPython's speed. 
+  - Transparent proxies: allow to customize both application and
+    builtin objects from application level code.  Now featuring
+    an initial support module (tputil.py) for working with transparent
+    proxies 
 
-- CLR module for .NET/CLI integration
+For a detailed description and discussion of high level backends and 
+Python Interpreter features, please see our extensive "D12" report: 
 
-- Aspect Oriented Programming (based on amending the Abstract
-  Syntax Tree) 
+http://codespeak.net/pypy/extradoc/eu-report/D12.1_H-L-Backends_and_Feature_Prototypes-2007-03-22.pdf
 
 
 Funding partners and organisations



More information about the Pypy-commit mailing list