lua-users home
lua-l archive

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


>   slow addressing of global scope, thus you have to localize (reassign) about
>   every function and structure you're using in single script...

This perception is probably our (the community's) fault with its insistence
on "performance". Lua is probably quite fast already even if you only use
global variables, ie, don't bother with locals.