lua-users home
lua-l archive

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


On 26 September 2011 08:06, steve donovan <steve.j.donovan@gmail.com> wrote:
>
> There is also a move away from excessive dependency on the global
> table, which may lead to the following optional restricted mode: any
> global access is a compiler error. You have to say __ENV.print;  this
> becomes very tedious, so a useful bit of sugar would be:
>
>
> steve d.
>

By this do you mean the removing of _ENV (or a replacement) from being
set as an upvalue and upvalue table via modifying the core? If so why
would someone do this?

Liam