Nuitka now supports Python 3.2

Steven D'Aprano steve+comp.lang.python at pearwood.info
Tue Feb 26 07:18:56 EST 2013


Nuitka now supports Python 3.2 syntax and compiles the full CPython 3.2 
test suite.

http://nuitka.net/posts/nuitka-release-040.html


What is Nuitka?

Nuitka is an implementation of Python written in C++. At the moment it is 
claimed to be about 2.5 times as fast as CPython running the pystone 
benchmark. Future plans including using type inference and whole program 
analysis to optimize Python code using C++ native types.

Unlike PyPy, which is a JIT compiler, Nuitka is intended as a static 
optimizing compiler.


-- 
Steven



More information about the Python-list mailing list