[pypy-svn] r18020 - pypy/extradoc/talk/22c3

arigo at codespeak.net arigo at codespeak.net
Fri Sep 30 21:43:14 CEST 2005


Author: arigo
Date: Fri Sep 30 21:43:11 2005
New Revision: 18020

Modified:
   pypy/extradoc/talk/22c3/pypy-dev-talk.txt
Log:
Shortened the abstract to 248 letters.
Sneaked myself in as a speaker.


Modified: pypy/extradoc/talk/22c3/pypy-dev-talk.txt
==============================================================================
--- pypy/extradoc/talk/22c3/pypy-dev-talk.txt	(original)
+++ pypy/extradoc/talk/22c3/pypy-dev-talk.txt	Fri Sep 30 21:43:11 2005
@@ -1,5 +1,5 @@
 Reference/Call For Papers: http://www.ccc.de/congress/2005/cfp.html
-DEADLINE: 31st September 2005 (friday)
+DEADLINE: 30th September 2005 (friday)
 
 Title: PyPy - the new Python implementation on the block 
 
@@ -8,22 +8,15 @@
 
 Section: Hacking 
 
-Talkers: Holger Krekel, Carl Friedrich Bolz 
+Talkers: Holger Krekel, Carl Friedrich Bolz, Armin Rigo
 
 Abstract (max 250 letters): 
 
-    We'll present results of our first self-contained Python virtual
-    machine that uses parts of itself while translation itself
-    to a low level language ("the muenchhausen approach"). We are
-    going to relate our research/technical results to other
-    language-research aspects found with Perl 6 and Haskell. 
-
-    We'll provide examples on how PyPy could solve problems 
-    at language/interpreter-level that formerly required 
-    complex frameworkish solutions at user-level. 
-
-    Development of PyPy is partly funded by the European Union 
-    during the 6th Research Framework programme. 
+    We present our first self-contained Python virtual machine that uses
+    parts of itself to translate itself to low level languages ("the
+    Muenchhausen approach").  The PyPy approach could solve problems at
+    language/interpreter-level that formerly required complex
+    frameworkish solutions at user-level.
 
 Description (250-500 words): 
 
@@ -37,10 +30,10 @@
     encoding low level details into a language implementation
     itself. 
 
-    We are going to briefly describe the concepts of object spaces, 
-    abstract interpretation and translation aspects and
-    how they lead us to producing a first self-contained 
-    very compliant Python implementation August 2005,
+    We are going to briefly describe the concepts of
+    object spaces, abstract interpretation and translation
+    aspects and how they led us to a first self-contained 
+    very compliant Python implementation in August 2005,
     completely independent from the current mainstream 
     CPython implementation.  We go through a translation
     example of a Python program with control-flow-graphs 
@@ -57,6 +50,9 @@
     solutions to long-standing problems such as distributed computing, 
     persistence and security/sandboxing. 
 
+    Development of PyPy is partly funded by the European Union 
+    during the 6th Research Framework programme. 
+
 Statement: We intend to submit a paper (PDF) for the 22C3 proceedings. 
 Statement: We intend to submit a slides PDF as well. 
 



More information about the Pypy-commit mailing list