Live data from Hacker News

CoreCLR is now open source

blogs.msdn.com

21–30 of 347 posts

Re: CoreCLR is now open source

#22

MIT-licensed, even.

I wonder why they would do this. In fact, I don't see the benefit of MIT over Apache except for compatibility with GPLv2. But I'm definitely not an expert, if someone would want to explain.

I have no idea what mattered to Microsoft, but my view is that MIT is just simpler. There really aren't too many disagreements on what the license requires.

Additionally, if you don't truly plan on enforcing many requirements of the license (e.g., if a distributor fails to "cause any modified files to carry prominent notices stating that You changed the files" (4.b.), will you send them a letter telling them to correct the problem?), then why bother using a license that includes those requirements?

Re: CoreCLR is now open source

#23
post #3

Next step, WinForms

I think it would be more interesting and useful to have the source for WPF, given that WPF is an actual GUI toolkit implementing its own widgets, whereas WinForms is basically just a wrapper around Win32.

Unfortunately, I think a lot of the interesting parts of WPF are just wrappers around DirectX APIs.

Re: CoreCLR is now open source

#25

I am really interested to see what happens once ASP.Net is running on Linux. C# and Visual Studio are fantastic, mature tools and I think a lot of developers would enjoy using them whereas they might be hesitant at the moment due to OS lock-in on the code they are writing.

Could/Does Visual Studio run in Linux?

Re: CoreCLR is now open source

#27
post #8

Interesting commit: https://github.com/dotnet/coreclr/commit/90ef39bc3c9886e7967... "This change fixes a potential problem in unwinding on Linux"

Interesting quote from README.md:

"You can 'watch' the repo to see Linux and Mac support being added over the next few months."

Re: CoreCLR is now open source

#28

Earlier quoted context omitted.

I think it would be more interesting and useful to have the source for WPF, given that WPF is an actual GUI toolkit implementing its own widgets, whereas WinForms is basically just a wrapper around Win32.

Unfortunately, I think a lot of the interesting parts of WPF are just wrappers around DirectX APIs.

That's just for rendering. All the controls and data-binding mechanisms are straight-up C#.

For example: http://referencesource.microsoft.com/#PresentationFramework/...

Re: CoreCLR is now open source

#30
post #25

I am really interested to see what happens once ASP.Net is running on Linux. C# and Visual Studio are fantastic, mature tools and I think a lot of developers would enjoy using them whereas they might be hesitant at the moment due to OS lock-in on the code they are writing.

Could/Does Visual Studio run in Linux?

Not yet. MonoDevelop is the closest you'll get at the moment.
Post reply on HN