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

fijal at codespeak.net fijal at codespeak.net
Tue Jun 19 18:06:03 CEST 2007


Author: fijal
Date: Tue Jun 19 18:06:03 2007
New Revision: 44382

Modified:
   pypy/extradoc/talk/ep2007/rpython.txt
Log:
Another update


Modified: pypy/extradoc/talk/ep2007/rpython.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/rpython.txt	(original)
+++ pypy/extradoc/talk/ep2007/rpython.txt	Tue Jun 19 18:06:03 2007
@@ -64,18 +64,54 @@
 
 * graph viewer
 
+Type inference
+--------------
 
-....
+XXXX should we really mention that?
 
-* Few words about type annotation
+RPython - why you wouldn't like to use it
+-----------------------------------------
 
-* Big disclaimer: use at your own risk
+* RPython is quite new
 
-* C backend - extension modules
+* Wasn't meant to be a general purpose language from scratch
 
-* C backend - standalone programs
+* Type inference usually gives bogus erros
 
-* CLI/JVM backend
+* Compilation errors are far from perfect in general
+
+RPython - on the other hand...
+------------------------------
+
+* it's about 60x faster than CPython
+
+* no more pros...
+
+Writing standalone C programs
+-----------------------------
+
+XXX explain
+
+Writing CPython extensions
+---------------------------
+
+XXX disclaimer
+XXX using extcompiler
+
+The CLI backend
+---------------
+
+XXX anto, feel free to fill
+
+The JVM backend
+---------------
+
+XXX anto, feel free to fill
+
+The JS backend
+--------------
+
+XXX fijal, feel free to fill in
 
 * creating .NET libraries for C#/IronPython (in the future also for Java/Jython)
 



More information about the Pypy-commit mailing list