Hacker News new | ask | show | jobs
by domnomnom 1311 days ago
I find this ironic, because I found ocaml extremely confusing.
1 comments

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.
Well that makes a lot of sense. It’s confusing at first because of how similar the languages are.