3 comments

  • riffraff 3 hours ago
    I think Bozhidar's other projects[0][1][2] are more relevant as "credentials" for an Emacs mode, although probably more niche :)

    [0] Projectile, a project mode https://github.com/bbatsov/projectile

    [1] Cider, a clojure mode https://github.com/clojure-emacs/cider

    [2] Prelude https://github.com/bbatsov/prelude

    • mark_l_watson 30 minutes ago
      Good projects. I have only used Clojure professionally for about 2 years out of the last 15 years but I lived in Cider.

      When I bought my new laptop a few months ago I consciously and purposefully refused to install VSCode, just improved my Emacs setup for all writing and programming - and I have been happier for it.

  • beanjuiceII 51 minutes ago
    great news Bozhidar always makes fantastic stuff
  • kleiba 2 hours ago
    Aren't there specific IDEs for OCaml like for more mainstream languages?
    • ecshafer 16 minutes ago
      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.
    • avsm 2 hours ago
      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.
    • nesarkvechnep 1 hour ago
      You answered it yourself. More mainstream languages have specific IDEs and OCaml is not more mainstream.