Is there a large difference between the SSCLI 2.0 and .NET, I know that Microsoft wouldn't release their garbage collector or JIT compiler and simpler implementations are used, but as far as the rest is concerned is there much difference?
+1
A:
SSCLI is not licensed to be used in production. It's intended for educational use / peer review type things.
Paul
2009-12-12 16:27:57
Do you have a link for that?
Henk Holterman
2009-12-12 17:07:39
although that is true, not really what i was after, more towards the functionality side.
Euclid
2009-12-13 00:11:09
SSCLI can be considered as a .NET prototype. So it has well too many differences from .NET.If you are really looking for the words Paul mentioned, you should be able to read the license file along with SSCLI source code. If I were you, I rather spend time on Mono, which is a better implementation.
Lex Li
2009-12-13 02:12:57