[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Say No to global-by-default (summary of the discussion)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 18 Jul 2018 07:58:53 -0300
> This version forces the user to backslash all globals, including the
> system libraries, breaking almost all existing programs.
Indeed. My point was just that "global by default" is enforced at
exactly one point in the parser. See
http://lua-users.org/lists/lua-l/2006-10/msg00206.html for a better
solution that can support multiple policies (but note that the source
has changed slightly since then).