[pypy-svn] r48631 - pypy/extradoc/talk/pycon2008

fijal at codespeak.net fijal at codespeak.net
Tue Nov 13 09:43:04 CET 2007


Author: fijal
Date: Tue Nov 13 09:43:04 2007
New Revision: 48631

Modified:
   pypy/extradoc/talk/pycon2008/proxy-abstract.txt
Log:
Update the description. I think it's important to tell this.


Modified: pypy/extradoc/talk/pycon2008/proxy-abstract.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/proxy-abstract.txt	(original)
+++ pypy/extradoc/talk/pycon2008/proxy-abstract.txt	Tue Nov 13 09:43:04 2007
@@ -17,7 +17,9 @@
 
 In this talk, we would like to present our paradigm-shifting architecture
 for dynamic languages and some features which are exclusively available in
-PyPy, due to our novel approach.
+PyPy, due to our novel approach. Also thanks to our design, those features
+are available on all of our target platforms (C/POSIX, .NET, JVM) and are
+independent on other decisions (garbage collector, stackless, JIT, etc.)
 
 Talk outline:
 



More information about the Pypy-commit mailing list