To view parent comment, click here.
To read all comments associated with this story, please click here.
The CLR is not an implementation of the CLI. The CLR is something far larger and more important. The CLI merely specifies what a language and runtime needs to support, such as common types, to interface with each other.
I didn't know they'd submitted the CLI to the ISO, but the point is that no CLI implementation is workable without a working implementation of a CLR and that hasn't been submitted to the ISO as far as I've ever been aware.
Actually no.
http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail....
Look at the abstract. For those familiar with the ECMA standards, the content included in the ISO standard is almost identical to that of ECMA-335 (Common Language Infrastructure). ECMA-335 is all that is required to implement a Common Language Runtime which is compatible with Microsoft's implementation. There is no special hidden standard that Microsoft is keeping to itself, it is all there.
I have worked on projects where deep intimate knowledge of the CLI was required (as we were essentially implementing a CLR at the kernel level), and I can assure you that if there were big missing gaps we would have seen them without much effort.
This is just fear, uncertainty, and doubt.




Member since:
2005-07-06
http://www.iso.org/iso/iso_catalogue/catalogue_ics/catalogue_detail...
The CLR is Microsoft's implementation of the CLI, which has also been standardized by ISO (CLI/C# et al., always go through ECMA first, then ISO, then the ECMA docs are updated to match final ISO).
http://www.iso.org/iso/search.htm?qt=Common+Language+Infrastructure...