Fork me on GitHub
#emacs
<
2018-10-26
>
orestis16:10:06

I played around with inf-clojure today since I wanted to connect to a remote socket REPL and that’s the only way I could find (without adding nREPL to the remote server). It’s not too bad, though I’d love to get completions the same way I get with CIDER.

orestis16:10:52

I think one possible workflow for live-debugging is poking around the live server with inf-clojure, then for any non-trivial tweaks switch back to a local JVM with CIDER, then once you’re happy try sending the form to the server and see what happens.

richiardiandrea19:10:15

@orestis I had completion working at some point you need to have compliment on the classpath