[pypy-svn] r28032 - pypy/extradoc/talk/ep2006

cfbolz at codespeak.net cfbolz at codespeak.net
Wed May 31 20:29:38 CEST 2006


Author: cfbolz
Date: Wed May 31 20:29:35 2006
New Revision: 28032

Added:
   pypy/extradoc/talk/ep2006/usecases.txt
Log:
first draft at "what can pypy do for you" talk


Added: pypy/extradoc/talk/ep2006/usecases.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2006/usecases.txt	Wed May 31 20:29:35 2006
@@ -0,0 +1,33 @@
+What can PyPy do for you?
+=========================
+
+Armin Rigo, Eric van Riet Paap, Carl Friedrich Bolz
+
+Contact Information
+-------------------
+
+pypy-dev at codespeak.net (developer mailing list)
+arigo at tunes.org
+eric at vanrietpaap.nl
+cfbolz at gmx.de
+
+Requested Timeslot
+------------------
+
+30 minutes (or longer). 
+
+Abstract
+--------
+
+This talk describes some of the novel features of the PyPy project (a next
+generation Python interpreter) which are made possible by PyPy's flexible
+architecture. The talk focuses mostly on the features and examples about how
+they can be used and less about their implementation. Specifically we will
+discuss and showcase the following:
+
+ - lazy evaluation with the thunk object space
+ - lightweight threadlets similar to what stackless python provides
+ - Oz-like dataflow variables with the logic object space (XXX do we really want that?)
+ - Writing compatible extension modules for PyPy and CPython with the PyPy
+   extension compiler
+ - The Javascript backend



More information about the Pypy-commit mailing list