|
|
|
|
|
by pron
3536 days ago
|
|
Reified generics for reference types is a really, really bad idea. It solves a minor, itsy-bitsy-tiny problem, but pretty much ruins sharing of data structure among languages, because it bakes a specific variance model into the classes. For value types that's not a problem because they don't support subclassing anyway. |
|
Could you please provide a reference for this? Even a broad one like "a post on the Valhalla mailing list during the past summer" would be very welcome.
I'm eagerly awaiting for this feature and not being able to extend user-defined value types would be a bummer.