Hacker News new | ask | show | jobs
by x0re4x 1839 days ago
Try F#. It's not exactly ocaml, but close enough if you want to stay on windows.
3 comments

I’d even argue F# might be better than OCaml thanks to the better library support, availability on Win/Mac/Linux and pre-existing multi core support.
I love F#! I have used it professionally for years!

Unfortunately, it has the same problem, but for Linux instead; dot net core is not the same as dot net.

Which issues did you run into? .NET 5 is the same across all operating systems, modulo access to winforms/wpf if you're on windows only.
Or Scala3