Live data from Hacker News

Announcing .NET Core 2.0

blogs.msdn.microsoft.com

1–10 of 145 posts

Re: Announcing .NET Core 2.0

#3
Beside C#, what other languages are considered to have first class support

I know VB .Net might be implicit here, but I am not so sure as I dont hear much about it anymore and I think it is no longer adding new features

And I know that there is some F# support

So aside from those two (VB .Net and F#) ... any other languages have serious support for .net core?

Re: Announcing .NET Core 2.0

#4
post #3

Beside C#, what other languages are considered to have first class support I know VB .Net might be implicit here, but I am not so sure as I dont hear much about it anymore and I think it is no longer adding new features And I know that there is some F# support So aside from those two (VB .Net and F#) ... any other languages have serious support for .net core?

Apparently a bunch of extensions like C, C++, Python, Go are available. Not sure 'bout "first class support".

FYI... interesting collection of .net core stuff here: https://github.com/thangchung/awesome-dotnet-core

Re: Announcing .NET Core 2.0

#7
I'm enjoying reaping the rewards of all the dotnet core work in my F# projects.

One critique:

Why break semver?

https://github.com/dotnet/standard/blob/master/docs/faq.md#w...

Like I get that it feels like a big change (and it is), but you've gone and confused a huge population of library writers and users with the major version bump.

https://github.com/search?q=netstandard2.0&type=Issues&utf8=...

How many of those are irrelevant or invalid? That's just github. I already see the noise being created in slack and gitter channels as well.

Other than that I think dotnet core is an amazing engineering effort and I've been happy using F# on OSX with it.

Re: Announcing .NET Core 2.0

#8

I'm enjoying reaping the rewards of all the dotnet core work in my F# projects. One critique: Why break semver? https://github.com/dotnet/standard/blob/master/docs/faq.md#w... Like I get that it feels like a big change (and it is), but you've gone and confused a huge population of library writers and users with the major version bump. https://github.com/search?q=netstandard2.0&type=Issues&utf8=... How many of those a…

do you still need to install mono in addition to core to get autocomplete on vscode ?

Re: Announcing .NET Core 2.0

#9
post #3

Beside C#, what other languages are considered to have first class support I know VB .Net might be implicit here, but I am not so sure as I dont hear much about it anymore and I think it is no longer adding new features And I know that there is some F# support So aside from those two (VB .Net and F#) ... any other languages have serious support for .net core?

i tried f# and it really feels like a second classe citizen ( at least on macos). Very few educational resources. You still need to spend a lot of time on c sharp to learn the frameworks, and then maybe move to f#.

Re: Announcing .NET Core 2.0

#10
post #8

I'm enjoying reaping the rewards of all the dotnet core work in my F# projects. One critique: Why break semver? https://github.com/dotnet/standard/blob/master/docs/faq.md#w... Like I get that it feels like a big change (and it is), but you've gone and confused a huge population of library writers and users with the major version bump. https://github.com/search?q=netstandard2.0&type=Issues&utf8=... How many of those a…

do you still need to install mono in addition to core to get autocomplete on vscode ?

[deleted]
Post reply on HN