lua-users home
lua-l archive

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


> Outside of command-line, people should actually require everything
> into locals anyways, so I don't think removal would hurt anyone. On the
> contrary.

I like the use "local x = require", but I find it a little burocratic to
be the only way we have to use modules.

-- Roberto