Microsoft Open Sources C# Compiler
31–40 of 459 posts
Re: Microsoft Open Sources C# Compiler
#32Earlier quoted context omitted.
Who would have imagined it five months ago?
At that moment they already released part of .NET, asp.net and azure. I think you wanted to say that the "change" was made only thanks to the exit of Ballmer, but I think that's an exaggeration.
I think it'd probably be more accurate to say that these particular changes are symptoms of the same corporate change of direction that the change of CEO was, not that the change of CEO specifically resulted in these releases.
Re: Microsoft Open Sources C# Compiler
#33 Cloning into 'roslyn'...
remote: Counting objects: 10525, done.
remote: Compressing objects: 100% (4382/4382), done.
remote: Total 10525 (delta 6180), reused 10391 (delta 6091)
Receiving objects: 100% (10525/10525), 16.94 MiB | 1.69 MiB/s, done.
error: RPC failed; result=56, HTTP code = 200
Edit: This looks like an incompatibility between GnuTLS and whatever Microsoft is using for TLS. Using git+libcurl linked against OpenSSL works fine.Re: Microsoft Open Sources C# Compiler
#34Earlier quoted context omitted.
This is still Windows only. If anything Mono now has more resources to pull from to improve their project.
It's a compiler. It takes input and produces output. There shouldn't be much in there that has any platform dependency.
Edit: I confused roslyn with the recently announced AOT compiler.
Re: Microsoft Open Sources C# Compiler
#35As a C# developer who genuinely likes the C# language (although I loathe vast swaths of the .NET framework libs) I'm actually super-excited about this. C# is a great language, and I hope to see it flourish outside of the MS walled garden. Miguel de Icaza does what he can with Mono, but it can be so much more.
Re: Microsoft Open Sources C# Compiler
#36Makes me think of Sun open sourcing Java.
Re: Microsoft Open Sources C# Compiler
#37Re: Microsoft Open Sources C# Compiler
#38Everyone on Roslyn is really excited about this and we hope that it serves as a signal that big things are happening in .NET to make the entire platform more open and agile! P.S. We're the Visual Basic compiler too :)
Re: Microsoft Open Sources C# Compiler
#39What does this mean for the Mono project? http://www.mono-project.com/Main_Page
To use java as an example, this would be like open sourcing javac without open sourcing the JVM. (Just fyi, both javac and JVM are open source under the GPL license. :) [edit - Looks like large parts of .NET platform are being released]
Still, this is a move to be applauded. Microsoft has been easing itself into a more open source friendly company over time by putting more projects under an open license. Microsoft ASP.NET MVC is another good example. There is an incomplete list of open source projects originating from Microsoft here: http://www.microsoft.com/opensource/directory.aspx
[edit above in brackets]
Re: Microsoft Open Sources C# Compiler
#40What does this mean for the Mono project? http://www.mono-project.com/Main_Page
This is still Windows only. If anything Mono now has more resources to pull from to improve their project.