Related articles |
---|
Please add these C# compilers to the list of open source compilers englere.geo@yahoo.com (Eric) (2006-05-15) |
Re: Please add these C# compilers to the list of open source compilers lupus@debian.org (Paolo Molaro) (2006-05-16) |
Re: Please add these C# compilers to the list of open source compilers englere.geo@yahoo.com (Eric) (2006-05-18) |
Re: Please add these C# compilers to the list of open source compilers lupus@debian.org (Paolo Molaro) (2006-05-22) |
From: | "Eric" <englere.geo@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 15 May 2006 22:25:42 -0400 |
Organization: | http://groups.google.com |
Keywords: | available, comment |
Posted-Date: | 15 May 2006 22:25:42 EDT |
Open Source C# compilers
------------------------
C# is covered by open standard: ECMA-334. C# programs must run on a
compatible Common Language Infrastructure (basically a set of runtime
libraries), covered by open standard ECMA-335.
Blue (public domain - no restriction):
C# compiler only - requires a compatible CLI
http://blogs.msdn.com/jmstall/archive/2005/02/06/368192.aspx
Mono (GPL)
Compiler and runtime, cross-platform
Includes much additional .NET functionality, such as ASP.NET and
Windows Forms
http://www.mono-project.com/
DotGNU / Portable .NET (GPL)
Compiler and runtime, cross-platform
Includes some additional .NET functionality, but less than Mono
http://www.dotgnu.org/
Microsoft Shared Common Language Infrastructure (sometimes called
"Rotor"):
Compiler and runtime
Version 2: WinXP only
Version 1: Cross platform (WinXP, FreeBSD, Mac OS X 10.2)
Version 2:
http://msdn.microsoft.com/net/sscli
Version 1:
http://www.microsoft.com/downloads/details.aspx?familyid=3A1C93FA-7462-47D0-8E56-8DD34C6292F0&displaylang=en
[Comp.compilers doesn't keep a list of open source C# compilers, but I
imagine other people do. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.