Fork me on GitHub
#conjure
<
2021-04-11
>
practicalli-johnny09:04:02

When running a command line REPL for Conjure to connect to, I assume I just need the nREPL server running using the nrepl/nrepl library. Or does Conjure also require / benefit from including the cider/cider-nrepl library when starting the command line REPL? I'm assuming cider/cider-nrepl is not a required dependency for the command line REPL, as it seems to work okay. But just wanted to check.

Olical09:04:33

Not required, but advised for completion / go to definition etc. I do plan on adding support for the nREPL 0.8 completion and info ops soon though, that'll get more things working to some degree without CIDER.

practicalli-johnny10:04:44

Ah, excellent, thank you.