Another bytecodehacks!

Michael Hudson Michael.Hudson at p98.f112.n480.z2.fidonet.org
Sun Jul 4 14:26:08 EDT 1999


From: Michael Hudson <mwh21 at cam.ac.uk>

It's been a while, but there's a new version of bytecodehacks on the
starship:

http://starship.python.net/crew/mwh/

Quite a lot has changed, especially under the hood. There's a
design-by-contract module, a function that will make another tail
recursive, a set of simple rationalizations/optimizations (originally
posted to this newsgroup by Corran Webster) and probably lots of stuff
I've forgotten about.

The documentation has been updated, but there are probably places
where it's out of date, or just plain wrong. If you find such a place
please do tell me!

The documentation contains what I think is quite a nice description of
one way of avoiding cycles in complex data structures (look at the
doumentation of fleshy).

Have fun, and thanks for reading!

Michael




More information about the Python-list mailing list