2 comments
I think Bozhidar's other projects[0][1][2] are more relevant as "credentials" for an Emacs mode, although probably more niche :)<p>[0] Projectile, a project mode <a href="https://github.com/bbatsov/projectile" rel="nofollow">https://github.com/bbatsov/projectile</a><p>[1] Cider, a clojure mode <a href="https://github.com/clojure-emacs/cider" rel="nofollow">https://github.com/clojure-emacs/cider</a><p>[2] Prelude <a href="https://github.com/bbatsov/prelude" rel="nofollow">https://github.com/bbatsov/prelude</a>
Aren't there specific IDEs for OCaml like for more mainstream languages?
You answered it yourself. More mainstream languages have specific IDEs and OCaml is not more mainstream.
I just use the OCaml Platform VSCode extension: (<a href="https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=ocamllab...</a>) or the OCaml LSP server: <a href="https://github.com/ocaml/ocaml-lsp" rel="nofollow">https://github.com/ocaml/ocaml-lsp</a> in other editors and don't really need anything domain specific.