[pypy-commit] extradoc extradoc: Kill stuff

rguillebert noreply at buildbot.pypy.org
Tue Jul 22 13:58:35 CEST 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: extradoc
Changeset: r5365:dacc44cdb7af
Date: 2014-07-22 13:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/dacc44cdb7af/

Log:	Kill stuff

diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf
index ddbec1104c2a94e56c7ec21e61c879b534382932..447f7b485ff254fb76dc366dbce2dc84e936e122
GIT binary patch

[cut]

diff --git a/talk/ep2014/status/talk.rst b/talk/ep2014/status/talk.rst
--- a/talk/ep2014/status/talk.rst
+++ b/talk/ep2014/status/talk.rst
@@ -9,11 +9,11 @@
 
 * rguillebert on twitter and irc
 
+* PyPy contributor since 2011
+
 * GSoC student on PyPy/Cython
 
-* PyPy contributor since 2011
-
-* Worked on Py3k and Numpy
+* Worked on Py3k and Numpy support
 
 PyPy is not dead
 ----------------
@@ -26,12 +26,6 @@
 
 - PyPy is healthy and alive
 
-|pause|
-
-- WARNING: This talk is boring
-
-  * "it just works"
-
 What is PyPy?
 --------------
 
@@ -49,11 +43,6 @@
 
   - **FAST**
 
-* Whatever (dynamic) language you want
-
-  - smalltalk, prolog, PHP, javascript, ...
-
-
 PyPy: past two years (1)
 -----------------------------
 
@@ -63,16 +52,12 @@
 
   * stackless + JIT (eventlet, gevent, ...)
 
-|pause|
-
 - PyPy 2.1 (July 2013)
 
   * stable ARM
 
   * py3k (3.2.3), numpy, general improvements, bugfixes
 
-|pause|
-
 - PyPy 2.2 (November 2013)
 
   * incremental GC, faster JSON
@@ -87,13 +72,13 @@
 
 - PyPy 2.3 (May 2014)
 
-- Lot of internal refactoring
+  * Lot of internal refactoring
 
-- C API for embedding
+  * C API for embedding
 
-  * pypy + uWSGI (thanks to Roberto De Ioris)
+    - pypy + uWSGI (thanks to Roberto De Ioris)
 
-- the usual, boring, general improvements
+  * the usual, boring, general improvements
 
 
 More PyPy-powered languages
@@ -231,26 +216,6 @@
 
 - Fast on CPython, super-fast on PyPy
 
-
-cppyy
-------
-
-- Interface to C++
-
-- Based on reflection, no need to write wrappers
-
-- PyPy-only, similar to PyCintex for CPython
-
-- Main use case: ROOT
-
-  * http://root.cern.ch
-
-  * "a set of OO frameworks with all the functionality needed to handle and
-    analyze large amounts of data in a very efficient way"
-
-- 3x faster than CPython
-
-
 The future: STM
 ----------------
 


More information about the pypy-commit mailing list