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

arigo at codespeak.net arigo at codespeak.net
Fri Apr 13 17:55:45 CEST 2007


Author: arigo
Date: Fri Apr 13 17:55:45 2007
New Revision: 42037

Modified:
   pypy/extradoc/talk/rupy2007/talk.txt
Log:
Typos.  Note.


Modified: pypy/extradoc/talk/rupy2007/talk.txt
==============================================================================
--- pypy/extradoc/talk/rupy2007/talk.txt	(original)
+++ pypy/extradoc/talk/rupy2007/talk.txt	Fri Apr 13 17:55:45 2007
@@ -90,7 +90,7 @@
 * generates just in time compiler given
   the interpreter source + few hints
 * applicable to any possible interpreter
-  (writen in RPython)
+  (written in RPython)
 
 Multiple object implementations
 ================================
@@ -252,4 +252,12 @@
 * We need some rest after EU funding period
 * More work on the JIT
 * Threads
-* Extenstion modules
+* Extension modules
+
+XXX should probably also mention the following
+which is interesting at RuPy:
+
+* Implementations of other dynamic languages
+  such as JavaScript, Prolog (already started),
+  Ruby (?), Perl (??) (which will all get a JIT
+  essentially for free)



More information about the Pypy-commit mailing list