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

antocuni at codespeak.net antocuni at codespeak.net
Thu May 17 14:43:18 CEST 2007


Author: antocuni
Date: Thu May 17 14:43:16 2007
New Revision: 43452

Added:
   pypy/extradoc/talk/ep2007/rpython.txt   (contents, props changed)
Log:
draft for an RPython-centric talk



Added: pypy/extradoc/talk/ep2007/rpython.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2007/rpython.txt	Thu May 17 14:43:16 2007
@@ -0,0 +1,18 @@
+RPython: need for speed
+=======================
+
+XXX: suggestions for title are welcome :-)
+
+Speakers: Antonio Cuni & Maciek Fijalkowski
+
+Abstract
+--------
+
+Restricted Python (RPython) is a subset of Python designed to be
+compiled into efficient executables, up to 300 times faster than
+CPython.  Although it was born as an implementation detail of PyPy,
+experience showed that it can be useful by itself. This talk will
+present some typical RPython's use cases, including: how to write an
+extension module for CPython, how to produce .NET
+libraries/executables as fast as C#, how to write AJAX applications
+without a single line of Javascript.



More information about the Pypy-commit mailing list