[pypy-svn] r32353 - pypy/extradoc/talk/23c3

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Sep 15 14:09:46 CEST 2006


Author: cfbolz
Date: Fri Sep 15 14:09:45 2006
New Revision: 32353

Added:
   pypy/extradoc/talk/23c3/
   pypy/extradoc/talk/23c3/speaker-arminrigo.txt
      - copied, changed from r32244, pypy/extradoc/talk/22c3/speaker-arminrigo.txt
   pypy/extradoc/talk/23c3/speaker-carlfriedrichbolz.txt
      - copied, changed from r32244, pypy/extradoc/talk/22c3/speaker-carlfriedrichbolz.txt
   pypy/extradoc/talk/23c3/speaker-holgerkrekel.txt
      - copied, changed from r32244, pypy/extradoc/talk/22c3/speaker-holgerkrekel.txt
   pypy/extradoc/talk/23c3/talk-pypy-dev.txt
Log:
intermediate checkin for the 23c3 talk proposal.


Added: pypy/extradoc/talk/23c3/talk-pypy-dev.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/23c3/talk-pypy-dev.txt	Fri Sep 15 14:09:45 2006
@@ -0,0 +1,51 @@
+Reference/Call For Papers: http://www.ccc.de/congress/2006/cfp.html
+DEADLINE: 30th September 2005 (friday)
+
+Title: The PyPy fireworks
+
+Subtitle: ???
+
+
+Section: Hacking 
+
+Talkers: Holger Krekel, Carl Friedrich Bolz, Armin Rigo
+
+Abstract (max 250 letters): 
+
+    This talk describes cool and novel language features of the PyPy project (a
+    next generation Python interpreter) which are made possible by its flexible
+    architecture. The talk focuses mostly on showcasing interesting and useful
+    features together with example usages and less about their implementation.
+
+Description (250-500 words): 
+
+    PyPy is a reimplementation of Python written in Python itself, flexible and
+    easy to experiment with. Due to its flexibility it is easy to add language
+    features that are sometimes hard to implement in more traditional VM
+    implementations. We have implemented a number of such features, some of them
+    greatly enhancing the expressivity and flexibility of the language.
+    
+    XXX add more stuff
+
+    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 23C3 proceedings. XXX do we?
+Statement: We intend to submit the slides.
+
+Duration of your talk: 45 minutes + questions 
+
+Language of your talk: english 
+
+Links to background information on the talk: http://codespeak.net/pypy 
+
+Target Group: Advanced Users, Pros 
+
+Resources you need for your talk: digital projector, internet 
+
+Related talks at 23C3 you know of: None
+
+A lecture logo, square format, min. 128x128 pixels (optional): 
+    http://codespeak.net/pypy/img/py-web1.png 
+    (please scale it down a bit :-) 
+



More information about the Pypy-commit mailing list