[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 15:01:12 -0200
> (By the way, someone correct me if I'm wrong about Scheme
> and Lua having exactly the same type of lexical scoping --
> I'm not fluent in Scheme.)
Exactly the same. Actually, you can say that there is only one type of
(true) lexical scoping; as Lua and Scheme have lexical scoping, it must
be of this same type.
-- Roberto