[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Possible bug with the length operator
- From: Patrick Rapin <toupie300@...>
- Date: Fri, 1 Apr 2011 16:23:22 +0200
> 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 ?