|
LHF's comment is not an opinion, it is a fact. It quotes official documentation
in order to explain why something works the way that it does. One cannot
disagree with a fact.
It means that to change this behaviour (without going into the details
of whether the change is desirable) would strike at the heart of Lua,
possibly causing thousands of programs that rely on documented
behaviour to fail.
There are quite a few things that are tedious in Lua (absence of
lambda notation for anonymous functions being another perennial
favourite). Tedious is not a synonym for obscure. On the contrary,
tedious code is extremely clear; one can write it without thinking.
If you do not like tedious code in your programs, hide it in a module.
That's what modules are for.