[pypy-svn] r51065 - pypy/extradoc/talk/rupy2008

hpk at codespeak.net hpk at codespeak.net
Sat Jan 26 13:54:40 CET 2008


Author: hpk
Date: Sat Jan 26 13:54:39 2008
New Revision: 51065

Modified:
   pypy/extradoc/talk/rupy2008/abstract.txt
Log:
reviewed and refactored Maciej's abstract 


Modified: pypy/extradoc/talk/rupy2008/abstract.txt
==============================================================================
--- pypy/extradoc/talk/rupy2008/abstract.txt	(original)
+++ pypy/extradoc/talk/rupy2008/abstract.txt	Sat Jan 26 13:54:39 2008
@@ -1,14 +1,13 @@
 Speakers: Maciej Fijalkowski
 
-Title: PyPy, Python interpreter written in Python
+Title: PyPy - status and next goals 
 
-Abstract: In this talk I would like to present the PyPy project, our motivation,
-state of art and targets. PyPy is both an extremely flexible python interpreter
-written in Python itself to avoid burden of writing in low-level languages
-(like C) and compiler toolchain which compiles restricted python to a variety
-of lower-level platforms (including C/POSIX, CLI, JVM...). I would like to
-present some cool features, especially those created since the last rupy
-conference in 2007. Also, I would like to showcase directions in which
-the PyPy project is going, including even more agressive JIT compilation.
+Abstract: I'd like to present the status and next goals of
+the PyPy project: both a platform for implementing dynamic languages
+and a complete Python Interpreter written in a high level language.  
+PyPy translates interpreters to C, .NET and the JVM.  The talk will 
+focus on what is new since the last RUPY conference.  I am going to 
+talk about speed and feature improvements, including the status 
+and future of PyPy's Just-In-Time compiler. 
 
-Details about the PyPy project can be seen at http://codespeak.net/pypy/
\ No newline at end of file
+More about the PyPy project: http://codespeak.net/pypy/



More information about the Pypy-commit mailing list