lua-users home
lua-l archive

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


> I prefer the require method because, knowing me, I'd forget to include
> the -l, and then I'd make some bozo error with an unintended global.

Well, the whole idea of doing it with the command line flag is that
you can turn it on during development and then not have the overhead
of having a metatable on _G in production use.

/s/ Adam