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

fijal at codespeak.net fijal at codespeak.net
Tue Jun 19 15:21:34 CEST 2007


Author: fijal
Date: Tue Jun 19 15:21:33 2007
New Revision: 44373

Added:
   pypy/extradoc/talk/ep2007/rpython.txt
Log:
Some ideas for that talk


Added: pypy/extradoc/talk/ep2007/rpython.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2007/rpython.txt	Tue Jun 19 15:21:33 2007
@@ -0,0 +1,20 @@
+
+* RPython - why it was created?
+
+* RPython - translation toolchain architecture overview
+
+* Example of metaprogramming, graph viewer etc.
+
+* Few words about type annotation
+
+* CLI/JVM backend
+
+* IronPython/Jython extension modules (silverpython?)
+
+* JS backend - few examples, bnb etc, play1
+
+* C backend - standalone programs
+
+* C backend - extension modules
+
+* ...
\ No newline at end of file



More information about the Pypy-commit mailing list