[pypy-svn] r71250 - pypy/extradoc/talk/pycon2010/crossinterp

fijal at codespeak.net fijal at codespeak.net
Tue Feb 16 01:55:57 CET 2010


Author: fijal
Date: Tue Feb 16 01:55:55 2010
New Revision: 71250

Modified:
   pypy/extradoc/talk/pycon2010/crossinterp/talk.txt
Log:
add a bit here and there


Modified: pypy/extradoc/talk/pycon2010/crossinterp/talk.txt
==============================================================================
--- pypy/extradoc/talk/pycon2010/crossinterp/talk.txt	(original)
+++ pypy/extradoc/talk/pycon2010/crossinterp/talk.txt	Tue Feb 16 01:55:55 2010
@@ -1,4 +1,14 @@
 
+This talk
+=========
+
+* most people only target CPython (or Jython or IronPython)
+
+* sometimes, you want your program to run on each
+
+* libraries are more often cross-interpreter
+
+* I won't talk about py3k
 
 Have a way to verify compatibility
 ===================================
@@ -93,3 +103,6 @@
 
 * introspection results, implementation objects (e.g. builtin methods etc),
   may have different types
+
+* exact naming of things (like list-comprehension variable)
+



More information about the Pypy-commit mailing list