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

hpk at codespeak.net hpk at codespeak.net
Thu Jul 6 07:20:13 CEST 2006


Author: hpk
Date: Thu Jul  6 07:20:09 2006
New Revision: 29662

Modified:
   pypy/extradoc/talk/ep2006/pypy3000.py
   pypy/extradoc/talk/ep2006/pypy3000.txt
Log:
final pypy3000 lightning talk presentation


Modified: pypy/extradoc/talk/ep2006/pypy3000.py
==============================================================================
--- pypy/extradoc/talk/ep2006/pypy3000.py	(original)
+++ pypy/extradoc/talk/ep2006/pypy3000.py	Thu Jul  6 07:20:09 2006
@@ -1,3 +1,4 @@
+import sys
 for line in open("pypy3000.txt"):
     if not line.strip():
         continue

Modified: pypy/extradoc/talk/ep2006/pypy3000.txt
==============================================================================
--- pypy/extradoc/talk/ep2006/pypy3000.txt	(original)
+++ pypy/extradoc/talk/ep2006/pypy3000.txt	Thu Jul  6 07:20:09 2006
@@ -1,18 +1,20 @@
-pypy 3000
+---- pypy 3000 ----
 
 +++ single language specification written in (R)Python 
 
 ++ equally runs on/translates to C, .NET and Java platforms
 
-+ and squeak, common lisp :) 
++ and squeak/smalltalk
 
-+ provides JIT compiler for C 
+- and common lisp :)
 
-- and in Internet Explorer 
++ includes JIT compiler for C ...
 
-+ currently pypy gets faster 4 times each year 
+- ... and for javascript/Internet Explorer 
 
-- that means: will be 200 times faster than CPython 3000!
++ currently pypy gets faster 4 times each year ...
+
+- clearly means: will be 200 times faster than CPython 3000!
 
 + write and test AJAX apps in python, translate to Javascript 
 
@@ -38,7 +40,9 @@
 
 + runtime modifiable syntax (or better not? :)
 
--- FPGA backends (python programs translated to hardware)
+-- FPGA backend (python programs translated to hardware)
 
 + secret goal: run Bub'n'Bros on every possible platform 
 
+++ summer of pypy: if you are a student and want it to happen: contact us! 
+



More information about the Pypy-commit mailing list