Python Interpreters Reloaded
Holger Krekel (14.Nov.2008 at 13:00)
Talk at php|works/PyWorks (English - US)
This talk discusses status and plans of PyPy's Python Interpreter, with a special focus on its upcoming 1.1 release. We'll look at the list of applications that it can already run and demonstrate features such as transparent proxies and new sandboxing/virtualization approaches. PyPy's Python Interpreter is also unique in that it is written in a rich subset of Python which can get translated to C, .NET and the JVM platforms from the same source code. As time permits, we'll discuss relations to other Python implementations and look at relevant bits of the "PyPy technology cloud" in order to see what is coming next.
Quicklink: https://joind.in/57
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




14.Nov.2008 at 15:34 by Matthew Turland
Nice introduction to PyPy as a project. Makes me want to learn more about Python and its internals so I can more fully understand and appreciate the material that was covered.