Hacker News new | ask | show | jobs
by IshKebab 182 days ago
> I’m generally opposed to generic functions

I agree there are significant costs to generics (especially readability), but there are large classes of problems that are a right pain without them. Even Go added them eventually.