[pypy-svn] r61208 - pypy/extradoc/talk/wroclaw2009

exarkun at codespeak.net exarkun at codespeak.net
Wed Jan 21 20:49:02 CET 2009


Author: exarkun
Date: Wed Jan 21 20:49:01 2009
New Revision: 61208

Modified:
   pypy/extradoc/talk/wroclaw2009/talk.txt
Log:
minor edits

Modified: pypy/extradoc/talk/wroclaw2009/talk.txt
==============================================================================
--- pypy/extradoc/talk/wroclaw2009/talk.txt	(original)
+++ pypy/extradoc/talk/wroclaw2009/talk.txt	Wed Jan 21 20:49:01 2009
@@ -13,13 +13,13 @@
 
 * possible solution - pypy
 
-Dynamic languages VM's
+Dynamic languages VMs
 ======================
 
 * written in lower level language (C, Java)
 
 * usually hard coded design decisions
-  (ie GC, object layout, threading model)
+  (eg about GC, object layout, threading model)
 
 * hard to maintain
 
@@ -96,13 +96,13 @@
 PyPy - implementation language
 ==============================
 
-* RPython - restricted susbset of Python
+* RPython - restricted subset of Python
 
-* but still a valid python
+* but still valid python
 
 * static enough to compile to efficient code
 
-* not necesarilly nice language
+* not necessarily a nice language
 
 * ... but better than C
 



More information about the Pypy-commit mailing list