Hacker News new | ask | show | jobs
by RivieraKid 2521 days ago
> I'm also not sure why in OOP-land, generics are this crazy experimental weird feature

It's not, it's an essential, basic feature.

2 comments

I’d say in Java they’re still not quite there, being implemented via compile-time type erasure and runtime type-assertions.
Depends who you ask I guess