[pypy-commit] extradoc extradoc: more slides

antocuni noreply at buildbot.pypy.org
Wed Jun 22 18:04:30 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r3771:40aef6687ef6
Date: 2011-06-22 17:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/40aef6687ef6/

Log:	more slides

diff --git a/talk/ep2011/talk/talk.rst b/talk/ep2011/talk/talk.rst
--- a/talk/ep2011/talk/talk.rst
+++ b/talk/ep2011/talk/talk.rst
@@ -501,7 +501,7 @@
 ----------------
 
 Conclusion
-----------
+--------------
 
 - PyPy is fast
 
@@ -515,7 +515,38 @@
 
 - (I wonder why you all are still here instead of busy trying PyPy :-))
 
-.. XXX [fijal] instead of this comment I would do a slide on downsides
+  * not all C extensions are supported
+
+  * too much memory (sometimes)
+
+
+How to help PyPy?
+-----------------
+
+* Try it on your application
+
+  - if it's slow, we want to know!
+
+  - if it does not work, too :-)
+
+  - if it works and it's fast, that as well
+
+* Tell people about PyPy
+
+* Contribute to PyPy! (it's not **that** hard :-))
+
+|pause|
+
+* Give us money, to make PyPy better
+
+  - donations
+
+  - per feature contracts
+
+  - consultancy (hire us to speed up your code)
+
+  - support contracts
+
 
 Contacts, Q/A
 --------------


More information about the pypy-commit mailing list