in reply to Re: Closure on Closures (beta)
in thread Closure on Closures
I don't think this would fit in the normal CS definition of a closure. With closures you are creating a data structure that holds some code and the environment the code will be evaluated in.
In your example you're moving to some code that's inside a scope, rather than creating some code that carries it's scope with it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^2: Closure on Closures (beta)
by sauoq (Abbot) on Jul 07, 2003 at 19:21 UTC | |
by adrianh (Chancellor) on Jul 08, 2003 at 00:13 UTC | |
by sauoq (Abbot) on Jul 08, 2003 at 00:26 UTC | |
by tye (Sage) on Dec 16, 2011 at 19:18 UTC | |
by adrianh (Chancellor) on Jul 08, 2003 at 06:42 UTC | |
by sauoq (Abbot) on Jul 08, 2003 at 16:39 UTC |