[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Popularity contest
- From: liam mail <liam.list@...>
- Date: Mon, 26 Sep 2011 10:28:51 +0100
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