[pypy-svn] r29484 - pypy/dist/pypy/doc

guido at codespeak.net guido at codespeak.net
Thu Jun 29 11:35:51 CEST 2006


Author: guido
Date: Thu Jun 29 11:35:29 2006
New Revision: 29484

Modified:
   pypy/dist/pypy/doc/video-index.txt
Log:
More video descriptions.


Modified: pypy/dist/pypy/doc/video-index.txt
==============================================================================
--- pypy/dist/pypy/doc/video-index.txt	(original)
+++ pypy/dist/pypy/doc/video-index.txt	Thu Jun 29 11:35:29 2006
@@ -75,6 +75,10 @@
 
 PAL, 26 min, divx AVI
 
+Holger Krekel explains more about the goals and history of PyPy, and the
+structure and organisation behind it. Bea During describes the intricacies of
+driving a distributed community in an agile way, and how to combine that with
+the formalities required for EU funding.
 
 Introductory talk on PyPy
 -------------------------
@@ -90,6 +94,10 @@
 
 PAL, 28 min, divx AVI
 
+Michael Hudson talks about the basic building blocks of Python, the currently
+available back-ends, and the status of PyPy in general. Christian Tismer takes
+over to explain how co-routines can be used to implement things like
+Stackless and Greenlets in PyPy.
 
 PyPy Architecture session
 -------------------------
@@ -105,6 +113,10 @@
 
 PAL, 48 min, divx AVI
 
+Holger Krekel and Armin Rigo talk about the basic implementation,
+implementation level aspects and the translation toolchain. This
+talk also gives an insight into how a developer works with these tools on
+a daily basis, and pays special attention to flow graphs.
 
 Sprint tutorial
 ---------------



More information about the Pypy-commit mailing list