Y
Hacker News
new
|
ask
|
show
|
jobs
by
d3nj4l
1366 days ago
You want C# with dotnet AOT.
1 comments
zoom6628
1366 days ago
You beat me to it. Exactly this - use C#.
link
cjonas
1365 days ago
Last I checked C# didn't have an algebraic type system...
link
Smaug123
1365 days ago
But F# is sitting in the corner with an eyebrow cocked suggestively.
link
TDiblik
1364 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