[pypy-dev] translating pypy benchmarks to C

Maciej Fijalkowski fijall at gmail.com
Sun Feb 24 21:33:21 CET 2013


On Sun, Feb 24, 2013 at 10:10 PM, Daπid <davidmenhur at gmail.com> wrote:
> 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.

Shedskin is again, just as bad as RPython (and maybe worse)

>
>
> David.
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>


More information about the pypy-dev mailing list