[pypy-svn] r44822 - pypy/extradoc/talk/ep2007/interpreter

fijal at codespeak.net fijal at codespeak.net
Sat Jul 7 12:03:25 CEST 2007


Author: fijal
Date: Sat Jul  7 12:03:25 2007
New Revision: 44822

Modified:
   pypy/extradoc/talk/ep2007/interpreter/interpreter.txt
Log:
Few slides shuffles, few addons


Modified: pypy/extradoc/talk/ep2007/interpreter/interpreter.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/interpreter/interpreter.txt	(original)
+++ pypy/extradoc/talk/ep2007/interpreter/interpreter.txt	Sat Jul  7 12:03:25 2007
@@ -10,10 +10,12 @@
 --------------
 
 * New Interpreter features through implementation 
+
 * We don't aim at changing python syntax nor semantics
-* avoiding religious war...
+
+* Keeping implementation/language design separate
+
 * they give new dimensions to how one can use python
-* pick the feature set of your choice...
 
 PyPy Overview
 --------------
@@ -27,6 +29,9 @@
 Backends / Runtime integration 
 -----------------------------------
 
+XXX fijal: we're talking about pypy interpreter
+XXX        features, those slides belong to rpython
+
 - single source program translates to: 
 
   - Main target: C/Posix 
@@ -47,17 +52,6 @@
 
 - more on tomorrow's talk
 
-Multiple object implementations
--------------------------------
-
-* same types - different implementations
-
-* example - ropes
-
-* example - multidicts
-
-XXX multidict demo
-
 Python Interpreter Prototypes 
 -------------------------------------
 
@@ -70,6 +64,16 @@
   - Transparent Distribution 
   - Orthogonal Persistence 
 
+Multiple object implementations
+-------------------------------
+
+* same types - different implementations
+
+* example - ropes
+
+* example - multidicts
+
+XXX multidict demo
 
 Transparent proxy
 -----------------



More information about the Pypy-commit mailing list