Earlier quoted context omitted.
I don't see why everything needs to be open source. People who simply don't like Microsoft will not use it just because it's open. Quite the opposite I think - they'd probably immediately fork it and provide an alternate download in order to hurt Microsoft. Are foreign governments a big market that Microsoft has lost a lot of customers from? I don't think so. The vast majority of the potential market for Windows is a…
When your debugging code, being able to see all of the code in the stack trace is valuable alone.
CoreCLR is now open source
161–170 of 347 posts
Re: CoreCLR is now open source
#162I would be curious to see the effects of completely open-sourcing Windows. Businesses would continue to use it, because it's Microsoft and they want enterprise support. I think it would get even more love than it already does from the development community. Piracy of Windows is already rampant, so they're not really in a worse position from that (plus I think that most people who can pay for Windows do so already). F…
I don't see why everything needs to be open source. People who simply don't like Microsoft will not use it just because it's open. Quite the opposite I think - they'd probably immediately fork it and provide an alternate download in order to hurt Microsoft. Are foreign governments a big market that Microsoft has lost a lot of customers from? I don't think so. The vast majority of the potential market for Windows is a…
They would fork it, but that is not why.
Re: CoreCLR is now open source
#163Earlier quoted context omitted.
I'm not sure they will migrate Visual Studio. First they'd need to move WPF, which is implemented in DirectX. Second, Visual Studio and MSDN are still profitable. Third, there's the Omnisharp project that;s working on providing support for the more common IDEs on linux. In fact, there's nothing stopping people from making Eclipse and IntelliJ plugins.
I really hope that JetBrains are working on a C# support for IntelliJ. I'd buy the next version in a heartbeat if they offered it.
Re: CoreCLR is now open source
#164So I'm still a little fuzzy as to what this means. Is this basically the same thing that Mono is trying to provide? Would it now be possible to have the F# front end link to the CoreCLR backend on Linux?
Re: CoreCLR is now open source
#165Re: CoreCLR is now open source
#166hmm github can't preview cpp files https://github.com/dotnet/coreclr/blob/master/src/gc/gc.cpp
Because it's a gargantuan 1193.581 kb.
Re: CoreCLR is now open source
#167hmm github can't preview cpp files https://github.com/dotnet/coreclr/blob/master/src/gc/gc.cpp
Re: CoreCLR is now open source
#168Earlier quoted context omitted.
Who is going to support 20 million lines of code other than Microsoft employees as amateurs bungle their way through thirty years of patches for backward compatibility wrapped around stupid and clever things OEM's and third party developers did to get their code to work? It's not like Linux because there isn't a team of experienced volunteers already working on the code base and the Windows code base contains a lot f…
The answer is that nobody will support it as-is... they would just use the source to make or improve other things. Because this is what would be in the interests of the users. Even if it meant Windows got buried. But this is strictly imaginary because I doubt that 20 million lines of code are all under the unilateral control of Microsoft.
That model fit my needs and interests for many years. Less so now because my needs and interests have changed to where the tradeoffs Linux and Open Source impose are outweighed by their advantages. But other people have other needs and there are already enough first world problem zealots in the world.
Re: CoreCLR is now open source
#169hmm github can't preview cpp files https://github.com/dotnet/coreclr/blob/master/src/gc/gc.cpp
I guess it's no surprise that microsoft software has a human-edited source file that's over 35000 lines...
Re: CoreCLR is now open source
#170Earlier quoted context omitted.
Who is going to support 20 million lines of code other than Microsoft employees as amateurs bungle their way through thirty years of patches for backward compatibility wrapped around stupid and clever things OEM's and third party developers did to get their code to work? It's not like Linux because there isn't a team of experienced volunteers already working on the code base and the Windows code base contains a lot f…
You're right, it would be hard to contribute to such a codebase. I think the benefits of open sourcing Windows aren't really "developers will start contributing to it" as much as "developers will start reading the source code". Microsoft would continue supporting it.