mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
The native compiler is ocamlopt, not ocamlc.opt.
Artifacts of late-night writing.
This commit is contained in:
parent
6c0018c4b7
commit
6eea532330
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user