[C++-sig] Re: Advanced (?) compiling, freezing, translating Python

Nicodemus nicodemus at esss.com.br
Sun Jan 4 18:32:07 CET 2004


luszczek1 at netscape.net wrote:

>I'm aware of projects like Pyrex, Psyco, and Pypy but their scope is
>too broad: they are about Python in its entirety and dynamism.
>  
>

Have you really looked into Pyrex? Because it seems to have what you 
need: Although it can generate code that takes advantage of Python's 
dynamism, type declaration is possible, allowing it to generate direct C 
code... but I have never used, so I may be wrong.

Regards,
Nicodemus.





More information about the Cplusplus-sig mailing list