Hacker News new | ask | show | jobs
by guhidalg 1052 days ago
> It's just all the class inheritance hierarchy stuff that is uglier in F#.

Yes, and that makes it harder for F# code to effectively re-use existing C# libraries. I know it is _possible_, fsc can reference DLLs no problem but unless that code was written to be idiomatic F# then I will have to awkwardly write some classes with a worse syntax than C#.