[pypy-svn] r66135 - pypy/extradoc/talk/ecoop2009-tutorial

arigo at codespeak.net arigo at codespeak.net
Tue Jul 7 10:27:36 CEST 2009


Author: arigo
Date: Tue Jul  7 10:27:34 2009
New Revision: 66135

Modified:
   pypy/extradoc/talk/ecoop2009-tutorial/talk.txt
Log:
Details.


Modified: pypy/extradoc/talk/ecoop2009-tutorial/talk.txt
==============================================================================
--- pypy/extradoc/talk/ecoop2009-tutorial/talk.txt	(original)
+++ pypy/extradoc/talk/ecoop2009-tutorial/talk.txt	Tue Jul  7 10:27:34 2009
@@ -52,7 +52,7 @@
   of the language
 - high-level description: an interpreter written in a high-level
   language
-- ... which we translate (i.e. compile) to a VM running in
+- ... which we translate (i.e. compile) to VMs running in
   various target environments, like C/Posix, CLR, JVM
 
 |pause|
@@ -71,7 +71,7 @@
  #. write an interpreter for your language in RPython
  #. test it in pure Python until it works and is bug-free
  #. try to compile it to C and fix the type-bugs that this finds
- #. apply the JIT (optional and experimental step)
+ #. apply the JIT generator (optional and experimental step)
 
 What is RPython
 ===============



More information about the Pypy-commit mailing list