implicit variable declaration and access

Christopher Subich spam.csubich+block at block.subich.spam.com
Tue Jun 14 00:20:14 EDT 2005


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.



More information about the Python-list mailing list