[pypy-dev] translating pypy benchmarks to C

Daπid davidmenhur at gmail.com
Sun Feb 24 21:10:00 CET 2013


On 24 February 2013 18:54, Douwe Osinga <douwe at triposo.com> wrote:

> Have you tried cython?
>

Another possibility is Shedskin: "an *experimental* compiler, that can
translate pure, but *implicitly statically typed* Python (2.4-2.6) programs
into optimized C++. It can generate stand-alone programs or *extension
modules* that can be imported and used in larger Python programs."

https://code.google.com/p/shedskin/

It (intentionally) does not support type annotation, because they want to
know how far they can go without it.


David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20130224/5988615b/attachment.html>


More information about the pypy-dev mailing list