Nested loop limit?

Paul Rubin http
Mon Jul 12 14:46:06 EDT 2004


Dan Christensen <jdc at uwo.ca> writes:
> I've actually toyed with the idea of having the program generate the
> code (maybe in Python) on the fly, compile it (e.g. with psyco), and
> then run it.  But with Python's limit of 20 nested loops, that won't fly. 

If you're going to generate code and compile it, you might as well
generate C code.



More information about the Python-list mailing list