When are associative arrays meant to throw a RangeError?

Daniel Murphy yebblies at nospamgmail.com
Sat Feb 18 01:39:42 PST 2012


"H. S. Teoh" <hsteoh at quickfur.ath.cx> wrote in message 
news:mailman.521.1329547094.20196.digitalmars-d at puremagic.com...
>
> I agree. AA's are one of the big reasons I chose to learn D. I was very
> happy to finally have a language that has runtime speed comparable to
> C++ and has built-in AA's. Sad to say, I've been rather disappointed by
> the amount of AA related bugs in the current implementation.
>

Another way of looking at this is that the issues with AAs are one of the 
bigger implementation problems D has these days - not compiler crashes, 
wrong code generation, thousands of ice bugs with reasonable looking code... 
The implementation has come a long way in the last couple of years. 




More information about the Digitalmars-d mailing list