Hacker News new | ask | show | jobs
by stonemetal 4784 days ago
The other place you really feel the lack of generics is in the collections. They are built around the empty interface so that they can hold any type. Then you have to cast back to what you want. Exactly like Java pre generics. ugh.