Hacker News new | ask | show | jobs
by dragonwriter 2806 days ago
> For example, generics wasn't even a thing when OOP originally started

Generics werent part of the earliest OOP because generics only make sense with static typing and the earliest OOP languages were dynamically typed; generics were around other places around the time of early OOP, though.