[pypy-svn] r28035 - pypy/extradoc/talk/ep2006

cfbolz at codespeak.net cfbolz at codespeak.net
Wed May 31 21:37:00 CEST 2006


Author: cfbolz
Date: Wed May 31 21:36:58 2006
New Revision: 28035

Modified:
   pypy/extradoc/talk/ep2006/usecases.txt
Log:
some small tweaks


Modified: pypy/extradoc/talk/ep2006/usecases.txt
==============================================================================
--- pypy/extradoc/talk/ep2006/usecases.txt	(original)
+++ pypy/extradoc/talk/ep2006/usecases.txt	Wed May 31 21:36:58 2006
@@ -27,7 +27,7 @@
 
  - lazy evaluation with the thunk object space
  - lightweight threadlets similar to what stackless python provides
- - Oz-like dataflow variables with the logic object space (XXX do we really want that?)
+ - Oz-like dataflow variables with the logic object space
  - Writing compatible extension modules for PyPy and CPython with the PyPy
    extension compiler
- - The Javascript backend
+ - The Javascript backend and its uses



More information about the Pypy-commit mailing list