Hacker News new | ask | show | jobs
by steveklabnik 2196 days ago
Not all generics are parametric.
1 comments

Agreed. From a quick skim of the Go generics proposal I get the impression that they are in fact aiming for parametric generics though (in fact they use the term "parametric polymorphism" in the background section).