Fork me on GitHub
#cursive
<
2017-08-26
>
steven_t07:08:47

(not trying to crosspost, but noticed this Cursive channel) hi, I have recently started using Cursive for CLJ / CLJS development and I would like to start the repl from here. For my leiningen project this works with a script/figwheel.clj but I started a test project which uses boot. What is needed to run a boot task for this?

steven_t08:08:31

ah, I have noticed that the repl is already used by cljs-dev-tools and dirac....

steven_t08:08:47

Without it I can connect to the repl form Cursive

steven_t08:08:06

(The code I am trying is a tenzing template with re-frame)

sandbags11:08:14

Is it expected to get a lot of "<symbol> cannot be resolved" when using reader conditionals? e.g. str cannot be resolved (from clojure.core)