←back to thread

257 points pmig | 2 comments | | HN request time: 0.443s | source
Show context
yodon ◴[] No.43096382[source]
Has anybody spotted a similar story of switching from C# to go?

As someone who is very fond of C#, I'm definitely curious what I'm missing out on.

replies(3): >>43099359 #>>43099560 #>>43101407 #
neonsunset ◴[] No.43099560[source]
It’s mostly the other way around. Go is a strictly worse, caveman experience after C#. In it’s best moments, Go is a sidegrade at most.
replies(1): >>43104889 #
1. fullstackchris ◴[] No.43104889[source]
Go look at httpclient for .NET core 4.8

I mean, just the star count on GitHub is enough to show what the developer community thinks.

replies(1): >>43105038 #
2. neonsunset ◴[] No.43105038[source]
There is no such thing as “.NET Core 4.8”. There is no such thing as HttpClient’s GitHub repository either - HttpClient was never a separate project and was introduced into the standard library 12.5 years ago as the replacement to then aging WebRequest which had been around since version 1.1.

If you’re interested, .NET’s source code is hosted here: https://github.com/dotnet with the main repositories being runtime, roslyn, fsharp and sdk.