|
|
|
|
|
by avsm
4473 days ago
|
|
> This might be entirely superficial of me, but I always preferred Haskell over OCaml simply because OCaml required me to type ";;" after every line. That's easily fixed: only the toplevel requires ;; (to commence evaluation of the phrases you've typed in). Just don't use it in normal code and everything will parse fine. |
|
That's an exaggeration. There are circumstances in files where it's necessary. I didn't realize this, which hung me up for a long time.