[pypy-svn] r44371 - pypy/extradoc/talk/ep2007

fijal at codespeak.net fijal at codespeak.net
Tue Jun 19 15:09:51 CEST 2007


Author: fijal
Date: Tue Jun 19 15:09:50 2007
New Revision: 44371

Added:
   pypy/extradoc/talk/ep2007/interpreter.txt
Log:
Quick skim over features I would like to talk about


Added: pypy/extradoc/talk/ep2007/interpreter.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2007/interpreter.txt	Tue Jun 19 15:09:50 2007
@@ -0,0 +1,19 @@
+* disclaimer (not ready for production use, etc)
+
+* those features doesn't change syntax nor semantics of a language
+
+* multiple object implementations (ropes, xxx)
+
+* tproxy
+
+* distribution
+
+* stackless
+
+* security
+
+* taint space
+
+* JIT (unsure, will be on a previous talk)
+
+* pickling computations?



More information about the Pypy-commit mailing list