7 ms·
I think starting with Standard ML is a good idea. It is the core of ocaml and really highlights the differences with other approaches to programming. I went fro
by haroldl 4y ago
I think starting with Standard ML is a good idea. It is the core of ocaml and really highlights the differences with other approaches to programming. I went from SML to ocaml to Haskell.
- domnomnom 4y agoWell that makes a lot of sense. It’s confusing at first because of how similar the languages are.