[pypy-svn] r57919 - pypy/extradoc/talk/pycon-uk-2008/status

fijal at codespeak.net fijal at codespeak.net
Sun Sep 7 09:04:06 CEST 2008


Author: fijal
Date: Sun Sep  7 09:04:02 2008
New Revision: 57919

Modified:
   pypy/extradoc/talk/pycon-uk-2008/status/status.txt
Log:
small glitches


Modified: pypy/extradoc/talk/pycon-uk-2008/status/status.txt
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/status.txt	(original)
+++ pypy/extradoc/talk/pycon-uk-2008/status/status.txt	Sun Sep  7 09:04:02 2008
@@ -47,6 +47,8 @@
 
 * part of google sponsoring
 
+* 32bit only by now
+
 * demo
 
 CTypes configure
@@ -113,6 +115,8 @@
 
 * py lib 
 
+* sympy
+
 * various smaller things, templating engines,
   most pure-python software
 
@@ -134,9 +138,10 @@
 Transition to 2.5
 ==========================
 
-XXX
 * SOC project Bruno Gola 
+
 * almost complete
+
 * missing more testing, stdlib porting 
 
 Conclusion on Compatibility
@@ -172,6 +177,8 @@
 
 * care needed with communication with C
 
+* GCs are semi-decent
+
 Speed - JIT generator
 =====================
 
@@ -179,7 +186,7 @@
 
 * will be super fast
 
-* prolog prototype
+* some prototypes, research ongoing
 
 * psyco is a nice proof that this approach
   would work



More information about the Pypy-commit mailing list