[pypy-svn] r54521 - pypy/extradoc/talk/pycon-italy-2008

antocuni at codespeak.net antocuni at codespeak.net
Wed May 7 12:45:11 CEST 2008


Author: antocuni
Date: Wed May  7 12:45:10 2008
New Revision: 54521

Modified:
   pypy/extradoc/talk/pycon-italy-2008/makepdf
   pypy/extradoc/talk/pycon-italy-2008/motivation.txt
Log:
shuffle some slides around, and some more tweaks



Modified: pypy/extradoc/talk/pycon-italy-2008/makepdf
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/makepdf	(original)
+++ pypy/extradoc/talk/pycon-italy-2008/makepdf	Wed May  7 12:45:10 2008
@@ -3,7 +3,7 @@
 # WARNING: to work, it needs this patch for docutils
 # https://sourceforge.net/tracker/?func=detail&atid=422032&aid=1459707&group_id=38414
 
-rst2beamer.py --stylesheet=stylesheet.latex motivation.txt motivation.latex || exit
+rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt motivation.txt motivation.latex || exit
 sed 's/\\date{}/\\input{author.latex}/' -i motivation.latex || exit
 pdflatex motivation.latex || exit
 

Modified: pypy/extradoc/talk/pycon-italy-2008/motivation.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/motivation.txt	(original)
+++ pypy/extradoc/talk/pycon-italy-2008/motivation.txt	Wed May  7 12:45:10 2008
@@ -66,41 +66,6 @@
 * Flexible and easy to evolve, if written in high-level language
   (without low-level details)
 
-The PyPy Project
-==================
-
-We built enough infrastructure such that:
-
-* speed is regained
-
-* features requiring low-level manipulations are (re-)added as *aspects*
-
-* interpreters are kept simple and uncluttered
-
-Targets as different as C and the industry OO VMs (JVM, CLR) are supported.
-
-PyPy as a project
-===================
-
-We operate both as an open source with production usage aspirations and
-research project.
-
-We focus on the whole system.
-
-We want the tool-chain itself to be as simple as possible
-(but not simpler).
-
-Some of what we do is relatively straight-forward, some is challenging
-(generating dynamic compilers!).
-
-The Origin of PyPy
-=====================
-
-PyPy is a reaction to the frustrations, resource problems and
-duplicated efforts of how mainstream open-source languages (like
-Python) are implemented now.
-
-
 Folk Wisdom
 ====================================================
 
@@ -141,15 +106,41 @@
   (CPython - Jython - IronPython)
 
 
-PyPy Approach
-=============================
+The PyPy Project
+==================
 
-.. raw:: html
+We built enough infrastructure such that:
 
-   <br>
+* speed is regained
+
+* features requiring low-level manipulations are (re-)added as *aspects*
+
+* interpreters are kept simple and uncluttered
+
+Targets as different as C and the industry OO VMs (JVM, CLR) are supported.
+
+PyPy as a project
+===================
+
+- We operate both as an open source with production usage aspirations and
+  research project.
+
+- We focus on the whole system.
+
+- We want the tool-chain itself to be as simple as possible
+  (but not simpler).
+
+- Some of what we do is relatively straight-forward, some is challenging
+  (generating dynamic compilers!).
+
+
+
+PyPy Approach
+=============================
 
 .. image:: overview1.png
    :align: center
+   :scale: 45
 
 Translation
 ==============================================



More information about the Pypy-commit mailing list