Hacker News new | ask | show | jobs
by idnefju 2348 days ago
C# are pushing for type classes https://github.com/dotnet/csharplang/issues/164

which author of F#, previously, didn't like to add to F#. (Not hating on how he wants the language to evolve)

2 comments

For clarity, the position is that large features like TC/HKT won't be added in a way that could conflict with a later-added .net/IL version of the feature.
There are real problems with IL compatibility. There’s a reason F# doesn’t have ML functors.