|
|
|
|
|
by htgb
2477 days ago
|
|
Not GP, but as a developer working with TypeScript and C#, I respectfully disagree regarding the type system. There are many things I like better in C# compared to JavaScript, but I feel overly constrained by the type system of C# way more often, and most notable is the lack of discriminated unions (aka sum types etc). You can say that something has this and that, but not that it is this or that. |
|
I've been eyeing F# for more elegant managed code, but that's going to take me a little more up-front investment to get productive.