Remix.run Logo
OCaml,an industrial-strength functional programming language(ocaml.org)
16 points by jinqueeny 17 hours ago | 2 comments
bigbadfeline 6 hours ago | parent | next [-]

Are there any production quality apps or application libraries for OCaml? I'm not sure in what area the OCAML ecosystem is well developed?

tingfirst 8 hours ago | parent | prev [-]

For parallel programming, what's OS-level difference compared to languages like Python or modern C++?

Domain.spawn (fun _ -> print_endline "I ran in parallel")

Anyway, love the simplicity of this expression!