@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.
You can always use inf-clojure
to connect to a plain socket REPL if you just want something you can use from Emacs.
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.
yup that makes sense. thanks