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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Sep 29 14:12:45 CEST 2005


Author: cfbolz
Date: Thu Sep 29 14:12:43 2005
New Revision: 17973

Added:
   pypy/extradoc/talk/22c3/speaker-carlfriedrichbolz.txt
Modified:
   pypy/extradoc/talk/22c3/pypy-dev-talk.txt
Log:
small fixes to description. added my draft of my speaker info.


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	Thu Sep 29 14:12:43 2005
@@ -12,10 +12,11 @@
 
 Abstract (max 250 letters): 
 
-    We'll present results of our first self-contained translated 
-    Python virtual machine using parts of itself ("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 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. 
 
     Development of PyPy is partly funded by the European Union 
     during the 6th Research Framework programme. 
@@ -27,17 +28,17 @@
     long-term goals are to target a large variety of
     platforms, small and large, by providing a compiler
     toolsuite that can produce custom Python versions.
-    Platform, Memory and Threading models are becoming 
+    Platform, Memory and Threading models will become 
     aspects of the translation process - as opposed to
     encoding low level details into a language implementation
-    itself.  
+    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,
     completely independent from the current mainstream 
-    CPython implementation.  We go through a translation
+    CPython implementation. We go through a translation
     example of a Python program with control-flow-graphs 
     and the according translated lowlevel C and 
     LLVM (Low level Virtual Machine) code. 

Added: pypy/extradoc/talk/22c3/speaker-carlfriedrichbolz.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/22c3/speaker-carlfriedrichbolz.txt	Thu Sep 29 14:12:43 2005
@@ -0,0 +1,33 @@
+Reference/Call For Papers: http://www.ccc.de/congress/2005/cfp.html
+DEADLINE: 31st September 2005 (friday)
+
+Name: Carl Friedrich Bolz
+
+Public Name: Carl Friedrich Bolz
+
+Other Names: cfbolz on irc.freenode.org 
+
+Primary E-Mail address: cfbolz at gmx.de
+
+Phone number(s): +49 6221 7183177
+
+Statement: publishing contact info except for the phone number 
+           is fine with me. 
+
+Short Info: 
+
+    Carl Friedrich Bolz, student and developer of PyPy
+
+Bio: 
+
+    Carl Friedrich started to program C++ when he was 16, couldn't stant it
+    and turned to Python soon afterwards. He is a PyPy developer since the
+    beginning of 2005. At the moment he is supposed to study mathematics,
+    computer science and sometimes physics at the University of Heidelberg.
+    Since programming is more fun he is taking a semester off to work for
+    merlinux on PyPy and other projects.
+    
+Postal address: Carl Friedrich Bolz, Albert-Fritz-Str. 9, 69124 Heidelberg
+Bank information: 
+Expected day of arrival and departure: 27th-30th December. 
+



More information about the Pypy-commit mailing list