lua-users home
lua-l archive

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


> > but the current require() function still creates the global
> 
> To correct myself;  the global is NOT created in this way.  Rather,
> it's module() that does the dirty.

And that is the main point of this discussion: module has no business
doing that. Once this magic is removed from module, the very little that
is left is better made explicit.