.NET CLR generics proposal for comparison
843793Sep 5 2002 — edited Sep 24 2002I've just been reading a paper about how Microsoft may put generics into the CLR and C#, which may be useful for comparison with the Java work.
Details are available at:
http://research.microsoft.com/projects/clrgen/
They've taken a different approach, including generics at the VM level. I'm sure it's not all applicable to Java, but it would be worth reading to see if there are any interesting ideas...
Jon