Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r3896:0304bc44cf9d Date: 2011-09-12 12:45 +0200 http://bitbucket.org/pypy/extradoc/changeset/0304bc44cf9d/
Log: add an abstract diff --git a/talk/pyconar2011/abstract.rst b/talk/pyconar2011/abstract.rst new file mode 100644 --- /dev/null +++ b/talk/pyconar2011/abstract.rst @@ -0,0 +1,10 @@ +Little things that PyPy makes possible +====================================== + +PyPy is just a python interpreter. However, there are things that were not +quite possible to do with Python, like real time video processing, because +of Python interpreter limitations. This is no longer the case -- I'll present +few demos and explain details of those little things that run on PyPy that +make python an even more awesome language than it was before. + + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
