←back to thread

.NET 10

(devblogs.microsoft.com)
489 points runesoerensen | 1 comments | | HN request time: 0.316s | source
Show context
thiago_fm ◴[] No.45898436[source]
Changed from Ruby to .NET and loving it.

C# is a great language, it's now very modern and has the best parts of Typescript, while leaving out the bad ones.

It's also extremely fast and multi-platform.

It also doesn't have the fragmentation that Java or JVM langs has.

And it's also open source nowadays. I think Sillicon Valley hasn't caught up with those recent changes, I bet more startups would be using C# if they knew.

replies(2): >>45899085 #>>45902527 #
dahauns ◴[] No.45899085[source]
>and has the best parts of Typescript

I really like C#, but I wouldn't go that far - unions are at least on the horizon, but I've sometimes come to miss the power and flexibility of TS's structural typing...(And so has Hejlsberg, apparently, seeing his reasoning for choosing go over C# for tsc :) )

replies(3): >>45901079 #>>45903991 #>>45905533 #
1. vips7L ◴[] No.45903991[source]
I hope once they introduce unions, they also introduce some sort of error union.