lua-users home
lua-l archive

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


If I were to be totally honest the thing which I dislike most about Lua is the keyword 'local', I dislike typing it over and over again and that the fact the default scope is global. Having edited third party code, it also seems to encourage the use of the globals although this is not to say that the same authors would have used scoped variables in other languages.

Liam