|
|
|
|
|
by ziotom78
3143 days ago
|
|
Not the OP, but here are my 2ยข. Introducing generics in a language implies a deep revision of the type system, which risks to become much more complex to understand. Moreover, this might have a bad impact on compilation performance (compare C++ compilation times with Go compilation times and you'll understand what I mean). |
|
Java has near-instant compile times and has generics. Likewise for Kotlin. Generics don't have to mean slow compiles.