RFC -- HYGIENIC MACROS IN PYTHON

Courageous jkraska at san.rr.com
Tue Feb 5 18:41:52 EST 2002


>3. Given the absence of closure blocks
>local vars clashes should be handled through
>renaming (?) (issues?)

If I understand you properly, I'm considering making the the
macro call itself _generate_ what amounts to a poor man's
closure block. I have a few implementation details for this,
but the trick to understanding it is to understand that no
_first class_ form needs to exist to create the block, only
the backend facility.

C//



More information about the Python-list mailing list