[pypy-svn] r42046 - pypy/extradoc/talk/rupy2007

arigo at codespeak.net arigo at codespeak.net
Sat Apr 14 12:58:59 CEST 2007


Author: arigo
Date: Sat Apr 14 12:58:59 2007
New Revision: 42046

Modified:
   pypy/extradoc/talk/rupy2007/revised_talk.txt
Log:
Careful when saying "RPython is like Java".


Modified: pypy/extradoc/talk/rupy2007/revised_talk.txt
==============================================================================
--- pypy/extradoc/talk/rupy2007/revised_talk.txt	(original)
+++ pypy/extradoc/talk/rupy2007/revised_talk.txt	Sat Apr 14 12:58:59 2007
@@ -47,7 +47,7 @@
 
 * We use py.test, developed together with PyPy
 * distributed testing
-* easy to extend (testing docs, js snippets etc.)
+* easy to extend (testing docs, JavaScript snippets etc.)
 
 Compiler toolchain
 ===================
@@ -64,8 +64,8 @@
 * Starts from living python objects, so
   all dynamic tricks are allowed for initialization
 * Full implicit type inference
-* Like Java, but has at least
-  function pointers
+* Like Java, but with function pointers, specialization,
+  and more
 
 Motivation
 ===========
@@ -169,7 +169,7 @@
   we use PyPy when CPython is
   incapable
 
-* It's very friendly platform
+* It's a very friendly platform
   for experiments
 
 * Threads and extension modules


More information about the pypy-svn mailing list