Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is C# compiler open source? [closed]

Is C# compiler open source?

like image 747
Joan Venge Avatar asked Jun 12 '09 19:06

Joan Venge


2 Answers

At Build 2014, Microsoft announce that their next generation of compilers codenamed "Roslyn" would be made open source and be available on Github.

The legacy C# compiler from Microsoft is not open source, although it is freely available through Visual Studio Express or the .NET Framework SDK. However there are freely available, open source, C# compilers out there. Check out Mono

like image 87
heavyd Avatar answered Oct 05 '22 17:10

heavyd


SSCLI, otherwise known as Rotor, is a shared source version of the CLI + build tools from Microsoft. Also Blue (as answered by SnapConfig.com) is also a C# compiler written in C#

like image 40
Matthew Whited Avatar answered Oct 05 '22 17:10

Matthew Whited