[pypy-svn] r80336 - pypy/extradoc/talk/dyncon2011

antocuni at codespeak.net antocuni at codespeak.net
Fri Feb 11 11:49:03 CET 2011


Author: antocuni
Date: Fri Feb 11 11:48:59 2011
New Revision: 80336

Added:
   pypy/extradoc/talk/dyncon2011/
   pypy/extradoc/talk/dyncon2011/abstract.txt   (contents, props changed)
Log:
abstract for my talk at dyncon


Added: pypy/extradoc/talk/dyncon2011/abstract.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/dyncon2011/abstract.txt	Fri Feb 11 11:48:59 2011
@@ -0,0 +1,19 @@
+PyPy: JIT (and more) for free
+=============================
+
+The PyPy project has recently gathered a lot of attention for its progress in
+speeding up the Python language -- it is the fastest, most compatible and most
+stable 'alternative´ Python interpreter.  No longer merely a research
+curiosity, PyPy is now suitable for production use.  
+
+PyPy is not only a Python implementation, but also a general framework to
+implement dynamic languages and get many features for free, like a JIT
+compiler and a fast GC.  Examples of other languages implemented in PyPy are
+Smalltalk, Prolog and Javascript.
+
+This talk will be divided in two parts, with different target audience:
+
+  * for Python developers: why (and how) to use PyPy instead of CPython?
+
+  * for language implementors: why should you use PyPy to implement your
+    revolutionary language?



More information about the Pypy-commit mailing list