A Python bytecode assember?

Daniel Yoo dyoo at hkn.eecs.berkeley.edu
Mon Dec 3 17:58:21 EST 2001


Michael Hudson <mwh at python.net> wrote:
:
: Jeremy Hylton's compiler package may be a better bet.

Thank you!  pycodegen.py is very cool; I'm glad that the compiler
package will be a part of 2.2!

I'm thinking of writing a Scheme -> Python bytecode compiler that
preserves tail recursion.  I have no idea how to do any of this stuff
yet, so this will be a good winter project for me.  *grin*



More information about the Python-list mailing list