Techniques to extend code without modifying it? (besides modules and decorators)
Christian Seberino
cseberino at gmail.com
Wed Apr 29 11:23:46 EDT 2020
If you want to know, I'm trying to add metaprogramming (macros!) to a tiny Lisp interpreter I wrote. I'm hesitant to mess with all that nice debugged code to add this new stuff.
More information about the Python-list
mailing list