If Python had a macro facility similar to Lisp/Scheme (something like MetaPython), how would you use it?
If you are a Lisp/Scheme programmer, what sorts of things do y
Some uses cases I have seen before include making class factories or stripping logging statements out of production code.