Deraen/saapas

evaluate cljs code from source file

Closed this issue · 2 comments

Hi Deraen

Firstly thank you so much for putting this project together, it's been a life saver.

I would like to evaluate cljs code directly from the source file. I launched a brepl, following your instructions: boot repl -c

I then tried to 'cider-connect' to this repl from within emacs, but I am not having any luck. It seems to launch a new repl, have you got any suggestions?

Kind Regards
Clifford

Are you also running boot dev? The nrepl server is started by that, and boot repl -c is only a client, and is not necessary if you are going to connect editor to the nrepl.

I have no idea how Cljs works with Emacs / Cider.