Hi.
pyvm is a program that can run python 2.4 bytecode and most
of the times produce the expected output. See
I'm collecting small testlets to benchmark it, discover bottlenecks
and improve it. They should be small and not use any crazy modules.
Only [sys, os, itertools, thread, threading, math, random] for now.
Basically, stuff that has appeared in c.l.py will be great
(like xah lee's "partition list be equivalence", etc)
Send!
Stelios
pyvm is a program that can run python 2.4 bytecode and most
of the times produce the expected output. See
I'm collecting small testlets to benchmark it, discover bottlenecks
and improve it. They should be small and not use any crazy modules.
Only [sys, os, itertools, thread, threading, math, random] for now.
Basically, stuff that has appeared in c.l.py will be great
(like xah lee's "partition list be equivalence", etc)
Send!
Stelios
Comment