|
|
|
|
|
by kuhsaft
43 days ago
|
|
I don’t think that’s the case. You can absolutely implement a type-erased language on top of the CLR. Your language will just have the same constraints of a type-erased language like Java. Having reified generics in the CLR just lets you store more type information. There isn’t much of a trade off for CLR end-users. Compare this to the constraints and workarounds that Kotlin and Scala have due to type-erasure on the JVM. |
|
The creator of Scala disagrees: https://youtu.be/Xn_YpUtXWT4?t=850