emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
bozhidar 2020-03-24T08:49:45.263Z

@mpenet Yeah, there’s no way to run CIDER with prepl currently. Adding the ability to connect to a socket REPL has been on my todo list for quite a while, but with a prio low priority.

bozhidar 2020-03-24T08:50:11.263700Z

You can always use inf-clojure to connect to a plain socket REPL if you just want something you can use from Emacs.

bozhidar 2020-03-24T08:51:15.264900Z

Also - you don’t need cider-nrepl in production, all you need is an nREPL server. This will limit the functionality to the bare minimum, but I assume that’d be fine for your needs.

bozhidar 2020-03-24T08:52:45.265Z

Thanks! Well, I don’t use clj-refactor myself - grep is my find-usages. 😄

mpenet 2020-03-24T13:58:14.266300Z

yup that makes sense. thanks