The native compiler is ocamlopt, not ocamlc.opt.

Artifacts of late-night writing.
This commit is contained in:
Daniil Baturin 2014-09-11 20:59:21 +07:00
parent 6c0018c4b7
commit 6eea532330

View File

@ -10,7 +10,7 @@ features.
Along with StandardML and its dialects it belongs to ML language family. Along with StandardML and its dialects it belongs to ML language family.
Just like StandardML, there are both a compiler and an interpreter Just like StandardML, there are both a compiler and an interpreter
for OCaml. The interpreter binary is normally called "ocaml" and for OCaml. The interpreter binary is normally called "ocaml" and
the compiler is "ocamlc.opt". There is also a bytecode compiler, "ocamlc", the compiler is "ocamlopt". There is also a bytecode compiler, "ocamlc",
but there are few reasons to use it. but there are few reasons to use it.
It is strongly and statically typed, but instead of using manually written It is strongly and statically typed, but instead of using manually written