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

antocuni at codespeak.net antocuni at codespeak.net
Tue Jun 19 16:46:12 CEST 2007


Author: antocuni
Date: Tue Jun 19 16:46:12 2007
New Revision: 44376

Modified:
   pypy/extradoc/talk/ep2007/rpython.txt
Log:
(antocuni, fijal)

some more points



Modified: pypy/extradoc/talk/ep2007/rpython.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/rpython.txt	(original)
+++ pypy/extradoc/talk/ep2007/rpython.txt	Tue Jun 19 16:46:12 2007
@@ -1,20 +1,24 @@
 
 * RPython - why it was created?
 
+* Big disclaimer: use at your own risk
+
 * RPython - translation toolchain architecture overview
 
 * Example of metaprogramming, graph viewer etc.
 
 * Few words about type annotation
 
+* C backend - extension modules
+
+* C backend - standalone programs
+
 * CLI/JVM backend
 
-* IronPython/Jython extension modules (silverpython?)
+* creating .NET libraries for C#/IronPython (in the future also for Java/Jython)
 
 * JS backend - few examples, bnb etc, play1
 
-* C backend - standalone programs
-
-* C backend - extension modules
+* (optional) common problems with RPython
 
-* ...
\ No newline at end of file
+* ...



More information about the Pypy-commit mailing list