[pypy-commit] extradoc extradoc: a few additions

ctismer noreply at buildbot.pypy.org
Wed Jul 4 12:27:37 CEST 2012


Author: Christian Tismer  <tismer at stackless.com>
Branch: extradoc
Changeset: r4274:0edcca9ffa28
Date: 2012-07-04 12:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/0edcca9ffa28/

Log:	a few additions

diff --git a/talk/ep2012/stackless/slp-talk.pdf b/talk/ep2012/stackless/slp-talk.pdf
index 3b3f2466f0dd3b60fb7167eed49d66569d107da6..9fb9ee187cbe163efeff894590fd0fe4d4c040f6
GIT binary patch

[cut]

diff --git a/talk/ep2012/stackless/slp-talk.rst b/talk/ep2012/stackless/slp-talk.rst
--- a/talk/ep2012/stackless/slp-talk.rst
+++ b/talk/ep2012/stackless/slp-talk.rst
@@ -4,6 +4,34 @@
 The Story of Stackless Python
 ============================================
 
+
+About This Talk
+----------------
+
+* first talk after a long break
+
+  - *rst2beamer* for the first time
+
+guest speaker:
+
+* Herve Coatanhay about Nagare
+
+  - PowerPoint (Mac)
+
+|pause|
+
+Meanwhile I used
+
+* Powerpoint (PC)
+
+* Keynote (Mac)
+
+* Google Docs
+
+|pause|
+
+poll: What is your favorite slide tool?
+
 What is Stackless?
 -------------------
 
@@ -62,7 +90,9 @@
 * is like an extension
 
   - but, sadly, not really
+  
   - stackless **must** be builtin  
+  
   - **but:** there is a solution...
 
 
@@ -114,7 +144,6 @@
     ...     print "Receiving tasklet started"
     ...     print channel.receive()
     ...     print "Receiving tasklet finished"
-    ...
 
 |pause|
 
@@ -124,7 +153,6 @@
     ...     print "Sending tasklet started"
     ...     channel.send("send from sending_tasklet")
     ...     print "sending tasklet finished"
-    ...
 
 |end_example|
 |end_scriptsize|
@@ -140,7 +168,6 @@
 
     >>> def another_tasklet():
     ...     print "Just another tasklet in the scheduler"
-    ...
 
 |pause|
 
@@ -204,6 +231,7 @@
 * greenlets are kind-of perfect
 
   - near zero maintenace
+  
   - minimal interface
 
 |pause|
@@ -535,8 +563,12 @@
 
 * **has ended**
 
-  - "Why should we?"
+  - "Why should we, after all?"
+
+  |pause|
+
   - hey Guido :-)
+
   - what a relief, for you and me
   
 


More information about the pypy-commit mailing list