Slashdot Mirror


C#, CLI Accepted by ECMA

SlipJig writes "Apparently ECMA has approved standardization of both C# (Microsoft's new programming language) and the CLI (Common Language Infrastructure). While I'm sure this won't entice the die-hard anti-MS folks, I suppose it's a good thing. Here's the article on CNet."

1 of 29 comments (clear)

  1. Re:What good is it? by Anonymous Coward · · Score: 2, Informative

    The licensing control is over Microsoft's implementation. Mono is under no such restrictions.

    And the CLR is also documented; Mono's C# compiler compiles to CLR that runs fine on Microsoft's runtime.