Arc Forumnew | comments | leaders | submitlogin
8 points by KirinDave 5866 days ago | link | parent

An associative array primitive is one of the major benefits of Perl and Ruby for writing readable code that still runs in a reasonable amount of time (not fast).

Removing it for conceptual purity weakens the language. The hash table was complex years ago, but by now we should come to regard it as a primitive.