[Python-Dev] Re: Dynamic nested scopes

Guido van Rossum guido@python.org
Wed, 01 Nov 2000 22:26:14 -0500


[MAL]
> Dynamic nested scopes is another topic... those are *very*
> useful; especially when it comes to avoiding global variables
> and implementing programs which work using control objects
> instead of global function calls.

Marc-Andre, what are Dynamic nested scopes?

--Guido van Rossum (home page: http://www.python.org/~guido/)