Cameron Laird wrote: > cleaner algorithm somewhere in the neighborhood. In general, > "application-level" programming doesn't need exec() and such. > > PyPy and debugger writers and you other "systems" programmers > already know who you are.
Out of curiosity, where would you classify interpreters for secondary app-specific programming languages? Specifically, mud-client stored procedures (triggers, timed events) seem to correspond very naturally to generating the python code required to execute them in advance, then compile()ing and storing the compiled code for repeated execution. -- http://mail.python.org/mailman/listinfo/python-list