|
|
|
|
|
by jon_smark
1452 days ago
|
|
I have to interject here for the sake of those unfamiliar with OCaml and who may take the parent comment at face value. Saying "it has quirks like using ;; to end statements" is misleading to the point of just being bogus. The double semi-colon is only ever used in the REPL. In fact, I've been programming OCaml for fun and professionally for over 15 years, and I've never used a double semi-colon in my code, nor have I ever encountered one in the "wild". |
|