Y
Hacker News
new
|
ask
|
show
|
jobs
by
emodendroket
3348 days ago
I don't see how you figure. In C# List<string> and List<int> are two different types at runtime.
1 comments
broiledegg
3348 days ago
And ...?
link
emodendroket
3347 days ago
If you're implementing a CLR language and want flawless interop with everything then you just have the constraint that you need to support generics in the same way that other CLR languages do. I'm not seeing why this model is so much worse.
link