[pypy-svn] r48681 - pypy/extradoc/talk/pycon2008

fijal at codespeak.net fijal at codespeak.net
Wed Nov 14 17:19:46 CET 2007


Author: fijal
Date: Wed Nov 14 17:19:45 2007
New Revision: 48681

Modified:
   pypy/extradoc/talk/pycon2008/tutorial.txt
Log:
Drop in some random ideas about examples


Modified: pypy/extradoc/talk/pycon2008/tutorial.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/tutorial.txt	(original)
+++ pypy/extradoc/talk/pycon2008/tutorial.txt	Wed Nov 14 17:19:45 2007
@@ -38,6 +38,11 @@
 
 XXX prepare
 
+* pypy checkout, codespeak account
+
+* pygame, ctypes or python2.5, libgc (boehm) - all not necessary,
+  but very useful
+
 Note for Reviewers
 ==================
 
@@ -75,10 +80,33 @@
 
   * Backends - how we can compile to all platforms
 
-* Scheme over codebase - 15 minutes
+* Skim over codebase - 15 minutes
+
+* Implementing example modification to the VM - 1h
+
+  * break
+
+* Hands-on pypy, 1.5h
+
+Example
++++++++
+
+We would like to present one or two examples during the talk and
+offer some tasks for people to experiment with. The exact details about
+the examples will be prepared later, especially because given current
+pypy developement pace, a lot of things might be implemented till march.
+
+One of the following might be especially good for the purpose of talk:
+
+* (Re)implement the thunk objspace, the way to "freeze" computation as
+  long as they're not needed.
+
+* Implement specialized sort of tuples, like pairs, indistinguishable from
+  normal tuples from the application level code.
+
+* Implement dict.keys() as a lazily computed list.
+
 
-XXX example, think what that could be. Much of touching pypy,
-    not much doing algorithms IMHO
 
 * Tutorial outline for website publication, if different from the above.
 



More information about the Pypy-commit mailing list