lua-users home
lua-l archive

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


On Wed, Dec 12, 2012 at 9:40 AM, Josh Simmons <simmons.44@gmail.com> wrote:
> With 5.2 (and 5.1 too, really) pushing towards not registering globals
> for libraries I'm not sure what the advantage of such a list would be
> as it's going to be very heavily application dependent?

Yes, my mind wanted to compulsively put 'local' in front of those statements...

It's better not to let random stuff leak into _G in the first place

steve d.