Fork me on GitHub
#cursive
<
2018-04-19
>
cfleming06:04:43

@lloydshark So there isn’t one that’s specifically better for Node (that I’m aware of). If you can get piggieback set up that’s more fully-featured than the clojure.main one, but AFAIK it’s kind of a pain.

cfleming06:04:12

Better CLJS REPLs is something I’ve been promising “soon” for ages now, and it is still my intention to fix it soon 🙂

lloydshark09:04:29

No worries, I wasn't sure with all the recent changes that it might have already happened - but not documented yet.

rnagpal14:04:33

I get this error Error loading cemerick.piggieback: java.lang.IllegalStateException: var: #'clojure.tools.nrepl.middleware.interruptible-eval/queue-eval is not public, compiling:(cemerick/piggieback.clj:241:3)

rnagpal14:04:30

I have [org.clojure/tools.nrepl "0.2.13"] as dependency

rnagpal14:04:54

and I do see the queue-eval as public

rnagpal14:04:07

by be cursive refers to an old version ?

cfleming21:04:58

@rnagpal Cursive doesn’t manually inject tools.nrepl or anything like that. There must be one on your classpath somewhere.