lua-users home
lua-l archive

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



There is no need to use module() at all, if you don't want to spill
into the global namespace.

Haha. That's not what I meant, of course. But since Roberto also thought
the same, it's obviously my fault.

I am assuming module writers *will* call module(). I was asking if there
is a way to avoid the global namespace polution without changing every
package in your systeme not to use module, and without rewriting the
module function either.

I prefer the clean namespace, but by 7.42% only.

[]s,
Diego.