0
comment
comment
on 9/8/2018 12:30 PM
What’s the lure of F#?
The main lure of F# is that it’s a surprisingly competent ML style language that transcends some of the limitations of CIL.
From my point of view, the main distinguishing feature for F# is Statically Resolved Type Parameters. It’s a feature you don’t want to see in business code (same as reflection in C#), but something that enables libraries to take F# to the next level. Compare this to type classes in Haskell and what is called functors in OCaml.
What has delighted me?
The e[...]