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

fijal at codespeak.net fijal at codespeak.net
Wed Feb 28 23:19:31 CET 2007


Author: fijal
Date: Wed Feb 28 23:19:29 2007
New Revision: 39617

Modified:
   pypy/extradoc/talk/rupy2007/abstract.txt
Log:
Version send


Modified: pypy/extradoc/talk/rupy2007/abstract.txt
==============================================================================
--- pypy/extradoc/talk/rupy2007/abstract.txt	(original)
+++ pypy/extradoc/talk/rupy2007/abstract.txt	Wed Feb 28 23:19:29 2007
@@ -1,6 +1,16 @@
+Speakers: Armin Rigo, Maciej Fijalkowski
+
 Title: PyPy, the implementation of Python in Python
-Abstract: We'd like to present the PyPy project, which is both
-very very flexible compiler toolchain, which translates restricted subset
-of python to variety of languages (C, LLVM, CLI, JVM, JavaScript...) and
-implementation of a Python interpreter, with many novel features, including
+
+Abstract: We'd like to present the PyPy project, which is both:
+
+- A very very flexible compiler toolchain, which translates a restricted subset
+of Python to a variety of languages (C, LLVM, CLI, JVM, JavaScript...)
+
+- An implementation of a Python interpreter, with many novel features, including
 Psyco-style specializing JIT, stackless-like coroutines and many others.
+
+The PyPy project has been funded for the last two years by the EU
+
+The PyPy is open source project, for more details about it see http://codespeak.net/pypy
+



More information about the Pypy-commit mailing list