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
I'd use it to wrap yield to enable me to build more powerful generator pipelines.
yield