Fork me on GitHub
#boot
<
2017-07-23
>
andrea.crotti16:07:43

I'm just trying to write a script with Boot (which is nice and simple)

andrea.crotti16:07:01

however I'm also using Cider at the same time to get some interactive development

andrea.crotti16:07:09

and if I add a dependency with

(set-env! :dependencies '[[com.rpl/specter "1.0.2"]])
(require '[com.rpl.specter :as specter])

andrea.crotti16:07:15

cider doesn't really know anything about it

andrea.crotti16:07:52

is it possible to have both working at the same time?

cjhowe23:07:54

is it possible to use boot-cljs-repl with node.js?