From 0432853279840a5af801f0f3a93e559d3af56384 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Mon, 11 Sep 2023 10:02:53 +0200 Subject: [PATCH] Is it worth it? --- docs/ml.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ml.md b/docs/ml.md index 6d3d9be..ffb9b26 100644 --- a/docs/ml.md +++ b/docs/ml.md @@ -142,6 +142,15 @@ let rec length([]) = 0 --- +## Is it worth it? + +* OCaml (Jane Stree + others) +* F# (used on many places) +* Transpilation to JS from OCaml+F# (used on many places) +* More used + more pragmatic approach that f.e. Haskell + +--- + ## Howto try? * [Try OCaml](https://try.ocaml.pro/)