Hacker News new | ask | show | jobs
by rbehrends 3264 days ago
> Check this out http://blog.jonathanoliver.com/golang-has-generics/

The author makes the common mistake of assuming that subtype polymorphism can be a full replacement for parametric polymorphism. It isn't, and neither is parametric polymorphism a replacement for subtype polymorphism.