|
|
|
|
|
by reificator
2930 days ago
|
|
When discussing whether go has generics, "plain go" is a reasonable thing to say. Besides it's a compiler. It's going to take an input in format X and translate it to an output in format Y. That's just what they do. Syntactic sugar debates aside there's still no generics in there. |
|
My point is, Go type system DOES support generics, but only for "primitive" types, not for user-defined types.