lua-users home
lua-l archive

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


> Abolish #t and leave it to the programmer to store the maximum index of
> their arrays.

I do not agree. IMHO, #t is a very handy feature, which we use quite a
lot in our company at least. Sure, there is a big problem when used on
tables with holes. But 99% of the times when # is used, tables cannot
have holes (or that would be a bug). So why throw again a useful
feature for those 1% of special usage ?