lua-users home
lua-l archive

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


> 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).