Earlier quoted context omitted.
I have the largest cable provider in the country and when I click "watch TV on my laptop" it launches Silverlight. (It sucks, by the way). But people pretending the thing isn't used and isn't supported are really grasping at straws here. If you're going to bring a plastic knife to a watergun fight, at least point it in the right direction... You know who didn't (and does not) support Silverlight? Developers! We moved…
Doesn't Netflix run on Silverlight? Or did they change that?
Microsoft Launches Its .NET Distribution for Linux and Mac
161–170 of 249 posts
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#162Does this mean we are going to see a .NET based desktop environment in Linux anytime soon?
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#163Yes! Finally we can use .NET on on Linux a supported official way.
What are the major projects that are built in Mono? I only know opensimulator.
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#164Earlier quoted context omitted.
Also linux developer/user and I'd crawl over broken glass to have a reliable C# runtime on Linux, it's my absolute favorite language.
I'm really looking forward to F# being really easily used cross-platform. I'm happy for C#, but I'll swoon for F#.
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#165Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#166Earlier quoted context omitted.
The JVM is much more sophisticated than the CLR. Its GCs and JIT are many, many years ahead of the CLR's.
It's not that simple. The CLR has a different feature set to the JVM; or rather, it has a feature superset. If you run Java-like code on the CLR, I would expect it to not be as fast or have as high GC throughput as Hotspot, especially if the Java code has been tuned to Hotspot - there are particular fast paths for certain operations that kick in, where if your code is a little bit too far from the optimized idiom, yo…
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#167Earlier quoted context omitted.
It is like the Java runtime, but started afresh with all of Java's learned lessons taken into account (although Java with 7 and 8 in particular is catching up). Up until now however it has only ran on Windows which was its biggest "downside" Vs. Java which runs on many platforms.
The JVM is much more sophisticated than the CLR. Its GCs and JIT are many, many years ahead of the CLR's.
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#168Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#169Earlier quoted context omitted.
Also linux developer/user and I'd crawl over broken glass to have a reliable C# runtime on Linux, it's my absolute favorite language.
Just out of curiosity why? I personally can't imagine why someone would choose it as a favorite. Not because I think it is bad, but because I feel its kind of a kitchen sink language that doesn't really have any clear advantages or features.
Reasonable people can disagree, of course.
Re: Microsoft Launches Its .NET Distribution for Linux and Mac
#170This is interesting but is there any commitment to support it long term? I remember when Silverlight was supposed to be the savior that brought .NET to Mac and Linux, but that didn't last more than 5 years. Would be nice for MS to say they guarantee support for 10, 15, etc. years.
I'm playing devil's advocate: But Silverlight was too little too late. It arrived right as Flash was effectively dying. I don't blame them for killing it, it was dead on arrival. I can explain the entire problem with Silverlight using two dates: - iPhone initial release: 29th of June 2007 - Silverlight initial release: 5th of September 2007 Now, we can argue if iOS killed Flash, but I think between iOS's lack of supp…