[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Making Lua lexically scoped (was: Re: Proper tail recursion)
- From: "Jay Carlson" <nop@...>
- Date: Mon, 30 Jul 2001 08:34:37 -0400
[John works down the hall from me, but I haven't commuted yet...]
John Ramsdell writes:
| while languages such as C,
| Fortran, AWK, Elisp, and Lua as of 4.0 are not lexically scoped.
C looks lexically scoped to me. There aren't nested functions/functions as
values. What am I missing?
Jay