Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:why would I write to that? (Score 1) 187

Microsoft has not open sourced .NET. They have open sourced a subset which is not quite enough to do anything meaningful. To write an actual application, you have to use libraries that are not part of .NET Core.

The open sourcing process is not complete yet, but the stated goal is to open source the complete server stack - i.e. everything that is needed to run an ASP.NET vNext application. It's kinda messy in that it's spread across several GitHub repos right now, but look at this and this.

Comment Re:Why only to police? (Score 1) 191

Yes, that sounds a lot like someone belonging to a fascist totalitarian society would say to the resident of a free world.

Doubly ironic that most Spartan soundbites come to us because they were recorded by their opponents, rather than from them directly. Then again, totalitarian societies never last long.

Comment Re:Joyent unfit to lead them? (Score 1) 254

If the normal procedure for pull requests was not followed - i.e. if he was a guy who needed to sign off, and he was circumvented - then it was absolutely the right course of action for him to revert. Procedures exist for a reason, and you don't get to skip them because your pull request is to right some social wrongs or something.

Comment Re:difference? (Score 1) 254

For example, they will likely update the bundled V8 engine to use a more recent version, that is actually supported by Google, and doesn't have known codegen bugs.

(right now, even unstable node 0.12 has V8 that's so old that it's unsupported by upstream)

Comment Re:First.... (Score 1) 187

What you describe is the implementation details. The end result is that Microsoft is jumping onto the F/OSS bandwagon, which was long overdue. So yes, it's definitely a win for F/OSS - finally the last major OS and development tools maker is fully acknowledging that the model is not only valid, but preferred, at least for some types of applications.

That it is also a win for Microsoft is orthogonal to all that.

Comment Re:why would I write to that? (Score 1) 187

Whatever the merits of the .NET API, the fact is that if you want maximum number of platforms, even after this project reaches fruition, supported platforms will still be a fraction of Java's.

And yet there's one platform that is notably missing from the list of ones supported by Java: iOS. And that one is kinda a biggie lately.

Slashdot Top Deals

The best book on programming for the layman is "Alice in Wonderland"; but that's because it's the best book on anything for the layman.

Working...