|
|
|
|
|
by Stasyan
5373 days ago
|
|
I meant that the syntax of OCaml is more verbose.
In F# (now that the #light directive is a default) you need less comparing to OCaml. Do not need to add ;; to terminate an expression (except for in REPL). Do not need to have "done" to close every loop declaration. Do not need to have "in" for "let" declarations. |
|