Y
Hacker News
new
|
ask
|
show
|
jobs
by
zoom6628
1368 days ago
You beat me to it. Exactly this - use C#.
1 comments
cjonas
1367 days ago
Last I checked C# didn't have an algebraic type system...
link
Smaug123
1367 days ago
But F# is sitting in the corner with an eyebrow cocked suggestively.
link
TDiblik
1366 days ago
C# does not have "type" keyword and really lacks behind with enums. You can theoretically replace algebraic type system with inheritance, however that's a lot of times ugly and you propablly shouldn't do it.
link