7 ms·
F# is basically statically-typed Python (with better performance).
by lambda_garden 3y ago
F# is basically statically-typed Python (with better performance).
- whalesalad 3y agoI've been meaning to try it. Isn't F# modeled after Haskell?
- lambda_garden 3y agoKinda. F# is modeled after OCaml. OCaml and Haskell are both modeled after ML. I suppose you could say they are cousins.
- munchler 3y agoF# comes from OCaml, not Haskell.