emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
bozhidar 2020-08-22T05:30:16.018Z

Or anakondo + cider (if the static analysis is all you need from clojure-lsp).

2👍
bozhidar 2020-08-22T05:31:48.018600Z

Well, it feels nice to finally hear that something is more complex than CIDER! 😄

3😆
practicalli-john 2020-08-24T13:32:00.025Z

I have always found CIDER pretty simple to use. Start a REPL using jack-in, evaluate code in the source code buffer, quit/restart when adding new libraries. I used to find wiring external things likke configuring auto-complete challenging, until I just let Spacemacs do that for me. I also find CIDER key bindings much easier with Spacemacs mnemonic keys and Vim style editing. Thats a challenge I have with Emacs in general though, not CIDER specific. I hope to find more time to learn the code base more, so I can contribute back, but there is a bunch of essentials it feels I need to learn about elisp first.

mpenet 2020-08-22T05:32:39.018700Z

Nice

practicalli-john 2020-08-22T08:00:00.021300Z

I found anakondo less intrusive and easier to understand. I assume Clojure-lsp is doing more / visualising more by default, so more of a learning curve.