[pypy-svn] r57870 - pypy/extradoc/talk/osdc2008

mwh at codespeak.net mwh at codespeak.net
Sat Sep 6 09:06:00 CEST 2008


Author: mwh
Date: Sat Sep  6 09:05:59 2008
New Revision: 57870

Added:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
a start, i guess

Added: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sat Sep  6 09:05:59 2008
@@ -0,0 +1,45 @@
+The PyPy Project And You
+========================
+
+Abstract
+--------
+
+  PyPy aims to provide a common translation and support framework for
+  producing implementations of dynamic languages, emphasising a clean
+  separation between language specification and implementation
+  aspects and a compliant, flexible and fast implementation of the
+  Python Language using the above framework to enable new advanced
+  features without having to encode low level details into it.
+
+  This paper gives a brief overview of the motivation and status of
+  PyPy and attempts to explain why anyone who cares about the
+  implementation of dynamic languages should be interested in it.
+
+What is PyPy?
+-------------
+
+
+
+Motivation
+----------
+
+
+PyPy's Big Idea And The PyPy Meta-Platform
+------------------------------------------
+
+
+The LxOxP problem
+-----------------
+
+
+Status
+------
+
+
+An Example Translation
+----------------------
+
+
+The Future
+----------
+



More information about the Pypy-commit mailing list