lua-users home
lua-l archive

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


On 08/04/2014 22.16, Peter Melnichenko wrote:
What's inconsistent, in my opinion, is that an error is not thrown
when_getting_  a field using those non-retrievable keys, which may
result in thorny debugging problems as well.

When you get used to think in Lua, this turns out to be a convenient feature. Removing it would break lots of code, starting from mine :-)

--
  Enrico