2 comments

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