Fork me on GitHub
#emacs
<
2020-03-24
>
bozhidar08:03:45

@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.

bozhidar08:03:11

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

bozhidar08:03:15

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.

mpenet13:03:14

yup that makes sense. thanks