When will mere mortals be allowed to download Whidbey/.net SDK 2.0/C# 2.0?

  • Thread starter Thread starter David Laub
  • Start date Start date
D

David Laub

A zillion developers including me are sold on "generics"
When can we start developing with them?
 
David Laub said:
A zillion developers including me are sold on "generics"
When can we start developing with them?

Mmm by now you could download SSCLI [1] implementation
of .NET (aka Rotor) and apply Gyro [2] patch to use generics
on it. Otherwise you could try Mono [3] that has a work in progress
implementation of generics (check out the source code for gmcs
compiler and the CVS repository for examples).

1 - http://www.sscli.net
2 - http://research.microsoft.com/projects/clrgen
3 - http://www.go-mono.org

Bye
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top