|
|
|
|
|
by blablabla123
4281 days ago
|
|
There have been many lengthy disucssions about generics on the Go mailing list. Haven't checked them in a while but the essence used to be that generics are difficult. C++ has really powerful generics but unfortunately C++ templates are in many respects a nightmare. Java templates on the other hand are not really powerful. The idea was to wait until someone would come up with a powerful generics concept that is nice for the developer. |
|
To reduce them to what C++ and Java implementations offer, is just being ignorant from history of programming languages.