Remix.run Logo
kleiba 10 hours ago

Aren't there specific IDEs for OCaml like for more mainstream languages?

avsm 10 hours ago | parent | next [-]

I just use the OCaml Platform VSCode extension: (https://marketplace.visualstudio.com/items?itemName=ocamllab...) or the OCaml LSP server: https://github.com/ocaml/ocaml-lsp in other editors and don't really need anything domain specific.

ecshafer 8 hours ago | parent | prev | next [-]

Vim/Emacs/Sublime (And now things like VSC/Helix) are more than sufficient for coding without an IDE. Autocomplete scripts, the terminal, build scripts, etc work great. Now with LSP you can turn any editor into an IDE pretty trivially.

nesarkvechnep 9 hours ago | parent | prev [-]

You answered it yourself. More mainstream languages have specific IDEs and OCaml is not more mainstream.

kstrauser 7 hours ago | parent [-]

What’s the specific Rust IDE?

jhck 5 hours ago | parent [-]

There is RustRover from JetBrains.