|
|
||
|
Hi,
Question: should we start recommending that people use require for standard libraries, too? :
local math = require "math"
I'd personally like to move in that direction...
I do this within LuaSocket's modules because I get rid of the namespace metatable and therefore I have no globals at all after that. :)
[]s, Diego.