Was C# compiler written in C++?

前端 未结 5 2048
孤城傲影
孤城傲影 2020-12-29 18:55

Was C# compiler written in C++?

5条回答
  •  北海茫月
    2020-12-29 19:17

    The .NET framework was written in Simple Managed C (SMC)

    History

    During the development of the .NET Framework, the class libraries were originally written using a managed code compiler system called Simple Managed C (SMC).In January 1999, Anders Hejlsberg formed a team to build a new language at the time called Cool, which stood for "C-like Object Oriented Language".[16] Microsoft had considered keeping the name "Cool" as the final name of the language, but chose not to do so for trademark reasons. By the time the .NET project was publicly announced at the July 2000 Professional Developers Conference, the language had been renamed C#, and the class libraries and ASP.NET runtime had been ported to C#.

    From: http://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29

提交回复
热议问题