lua-users home
lua-l archive

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


This shows the power of an interpreter language like Lua, which is
free to evaluate variable types and variable interpretations during
runtime.

... such things make life harder for any "intellisense" editors like
VS Studio - I agree... . Those allow flexible parameters only at the
end of the parameter list, as it would also be common in compiled
languages like C++... .