[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Redefining locals
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 11 Nov 2004 17:23:21 -0200
> One can certainly define some sort of partial closure as in this case,
> and it definitely has programming uses. But it's not full closure. :-)
The definition of lexical scoping used by Lua is the same definition
used by Scheme, Pascal, and mostly all definitions found on the
literature. If you insist on a different definition, what can we say?
-- Roberto