family_tree: add F#
[lambda.git] / family_tree_of_functional_programming_languages.mdwn
index 1620ea0..479f0a8 100644 (file)
@@ -103,7 +103,8 @@ instance, languages of the ML family are all statically-typed functional
 languages with strict/eager evaluation. These include [[!wikipedia Standard ML desc="SML"]] and
 [[!wikipedia Caml]] and [[!wikipedia Nemerle]]. SML in turn has several variants
 or implementations: [[!wikipedia MLton]], [[!wikipedia SML/NJ]], [[!wikipedia Moscow ML]],
-and [[!wikipedia Mythryl]].
+and [[!wikipedia Mythryl]]. Microsoft's [[!wikipedia F Sharp (programming language) desc="F#"]]
+is derived from Caml.
 
 Other statically-typed functional languages with strict/eager evaluation are
 [[!wikipedia Scala (programming language) desc="Scala"]] and [[!wikipedia