lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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