The Shared Source Common Language Infrastructure (SSCLI), previously codenamed Rotor, is
Microsoft's
shared source implementation of the
CLI, the core of
.NET. Although the SSCLI is not suitable for commercial use due to its license, it does make it possible for
programmers to examine the implementation details of many .NET libraries, as well as for
hackers to create and use modified CLI versions. Microsoft provides the Shared Source CLI as a reference CLI implementation and expects it to be of real value to students learning cross-platform compiler technologies, class system design guidelines, and so on, being the real-world illustration to their lectures.
See more at Wikipedia.org...