[pypy-svn] r52411 - in pypy/extradoc/talk/pycon2008: . ui

fijal at codespeak.net fijal at codespeak.net
Wed Mar 12 12:33:38 CET 2008


Author: fijal
Date: Wed Mar 12 12:33:38 2008
New Revision: 52411

Added:
   pypy/extradoc/talk/pycon2008/ui/
      - copied from r52209, pypy/extradoc/talk/sfi2008/ui/
Modified:
   pypy/extradoc/talk/pycon2008/status.txt
Log:
pypy ui


Modified: pypy/extradoc/talk/pycon2008/status.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/status.txt	(original)
+++ pypy/extradoc/talk/pycon2008/status.txt	Wed Mar 12 12:33:38 2008
@@ -5,7 +5,7 @@
 
 :Author: Maciej Fijalkowski, merlinux GmbH
 :Title: PyPy from the user perspective
-:Date: XXX
+:Date: 16 March 2008
 
 Next half an hour
 =================
@@ -25,12 +25,12 @@
 PyPy - motivation
 =================================
 
-* CPython is nice, but not very flexible
+* CPython is nice, but not flexible enough
 
 * IronPython, Jython - bound to the specific VM
 
 * Separate language specification from low-level details,
-  such as GC or just in time compilation
+  such as GC or platform to run
 
 * Psyco and Stackless Python hard to maintain
 



More information about the Pypy-commit mailing list