I extracted the replies to the free-form questions and made them available as a Gist. There are so many replies that I have no idea how to exploit and summarize them!
Build-tools.md
# OCaml build tools: What would you change?
Having a coherent OCaml toolchain distribution.
Improve cross compilation experience
Improve docs
more integration, e.g. Rust's cargo style
This file has been truncated. show original
Learning-pains.md
# What is a pain point when learning the OCaml language?
Lack of over-loaded numerical operators (though have mixed views on ad hoc polymorphism in general)
Double semicolon in examples, no main function
Incoherent tooling (hard to grasp opam+dune+...), missing features out of the box (no derivers, no printers, no JSON, ...)
Classes
This file has been truncated. show original
Libraries-missing.md
# What libraries are you missing the most?
Better numerical - though Owl is great progress
Graphical User Interface, specific hardware drivers
elastic, sentry, prometheus
libraries to embed the interpreter, argparse, unittests
This file has been truncated. show original
There are more than three files. show original
5 Likes