|
|
|
|
|
by ominous_prime
4771 days ago
|
|
No one is saying generics can't be implemented in go, or that go is "special". Implementing generics requires tradeoffs of some sort -- compile-time and size, runtime efficiency, or language-complexity. The creators didn't want to accept any of these compromises, at least for the initial release of go. |
|