[Mono-list] Generics support?
Martin Bravenboer
mbravenb@students.cs.uu.nl
Sun, 04 Aug 2002 18:16:25 +0200
Hey,
> Has anyone thought of building support for generics into mono? I know
> they're not in Java or .NET (yet)
Sun offers an early access compiler for JSR 14: Adding generics to the
Java language. I've been using this compiler for more than a year now.
Of course GJ has also been around for quite some time.
There are a lot of publications on the design and implementation of
generics for .NET and C#, but I'm not aware of any downloadable CLR that
supports them.
You can find some resources on generics in Java and .NET over here:
http://www.mbravenboer.org/dotnet_resources.xhtml
http://www.mbravenboer.org/java_resources.xhtml
Cheers,
Martin Bravenboer