[Tutor] Has anyone ever tried to convert the textual output of the dis module to another language

Kent Johnson kent37 at tds.net
Sun Apr 17 18:18:26 CEST 2005


R. Alan Monroe wrote:
> Just curious. Googling for 'python "dis module" convert "another
> language" ' only got two hits. So maybe no one is trying it? I was
> just daydreaming about a native python compiler, and wondered how
> feasible it would be.

You might be interested in Pyrex and Psyco:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
http://psyco.sourceforge.net/

Kent



More information about the Tutor mailing list