mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
F# is also related to the ML family.
This commit is contained in:
parent
15fd51c998
commit
55c269cc3c
@ -8,8 +8,10 @@ OCaml is a strictly evaluated functional language with some imperative
|
|||||||
features.
|
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
|
F# is also heavily influenced by OCaml.
|
||||||
for OCaml. The interpreter binary is normally called "ocaml" and
|
|
||||||
|
Just like StandardML, OCaml features both an interpreter that can be
|
||||||
|
used interactively and a compiler. The interpreter binary is normally called "ocaml" and
|
||||||
the compiler is "ocamlopt". 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user