lua-users home
lua-l archive

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


Op Do., 6 Sep. 2018 om 19:34 het Tom Sutcliffe <tomsci@me.com> geskryf:

> The only thing that I'd really get rid of is the implicit string/number conversions.

Well, it's already in Lua 5.3 as simple compiling with NOCVTS2N, and
in Lua 5.4 you don't need to recompile, just assign nil to the
offending string metamethods.

> Lua is pretty much the definition of everything I really need in a language, and nothing that I don't. Which is one of the reasons I like it :-)

Amen, brother.