The only time I find I need generics is when I'm prototyping things and making lots of changes. Node, Ruby, & Python are great for this. In fact, PHP's associative array is really powerful/sloppy since it can be used as a list, hash/dictionary, iterable, or object.<p>That aside, I don't think I've ever <i>really</i> been bothered by the lack of generics for actual work code.