summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-09-12 18:39:15 +0700
committerDaniil Baturin <daniil@baturin.org>2014-09-12 18:39:15 +0700
commit55c269cc3c6a5678bbff3effc587edb7a1cd6e8a (patch)
tree57946315b8fa0f40e2e46b0bf0c1a3975a546927
parent15fd51c9984fcadcfa83658ae0f01e4b3402c07f (diff)
F# is also related to the ML family.
-rw-r--r--ocaml.html.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/ocaml.html.markdown b/ocaml.html.markdown
index 7f4e0a9d..8638a291 100644
--- a/ocaml.html.markdown
+++ b/ocaml.html.markdown
@@ -8,8 +8,10 @@ OCaml is a strictly evaluated functional language with some imperative
features.
Along with StandardML and its dialects it belongs to ML language family.
-Just like StandardML, there are both a compiler and an interpreter
-for OCaml. The interpreter binary is normally called "ocaml" and
+F# is also heavily influenced by OCaml.
+
+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",
but there are few reasons to use it.