Anyone else getting deja vu? Makes me think of Sun open sourcing Java.
Microsoft Open Sources C# Compiler
231–240 of 459 posts
Re: Microsoft Open Sources C# Compiler
#232Re: Microsoft Open Sources C# Compiler
#233Anyone else getting deja vu? Makes me think of Sun open sourcing Java.
Here's to hoping that Microsoft goes beyond the compiler and open-sources the VM and the whole standard library too - .NET and C# always had great potential, it's a pity that Microsoft saw it as a way to sell Windows. And I hope they realize they have a long way to go before they catch up.
Re: Microsoft Open Sources C# Compiler
#234Re: Microsoft Open Sources C# Compiler
#235Re: Microsoft Open Sources C# Compiler
#236Earlier quoted context omitted.
Well, I'd like to see Visual Studio for Linux with support for Java, Scala, Clojure, Haskell and other non-Microsoft technologies. That's my wishlist in this bright new era of Microsoft openness. I don't like Microsoft but Visual Studio is the only IDE I've ever tried that is substantially better than gedit/jedit. The auto-completion (intellisense) is just delightful to use.
Is Visual Studio auto-complete significantly different from IntelliJ or Eclipse? There are many great editors an the continium between gedit and Visual Studio, such as Sublime, hell even vim and emacs have autocomplete plugins.
(yes, I know about ReSharper - but that's just lipstick on a pig)
Re: Microsoft Open Sources C# Compiler
#237Earlier quoted context omitted.
I'm a hipster because I like open source and want more not-open-source things to be open source?
No, you're a hipster because you seem to think nothing is truly open until it's on git.
git clone https://git01.codeplex.com/roslyn
Do you mean on github?Re: Microsoft Open Sources C# Compiler
#238This means that you can compile .NET code on a non-MS platform (like Linux) but you can only deploy it to ... Azure. Microsoft's endgame is in sight.
Re: Microsoft Open Sources C# Compiler
#239Does this mean one can now take this code and build compiler that targets Mac/Linux platforms? How about forking this to build new variants of C#?
Re: Microsoft Open Sources C# Compiler
#240Yes! I hope somebody will create a VB.NET to C# convertor with this.