lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
lleo 2018-06-22T03:39:37.000158Z

What steps would I have to take to (require ’[clojure.core.async :as async]) ?

richiardiandrea 2018-06-22T04:20:21.000003Z

@lleo the only difference is that you need to use https://clojars.org/andare

lleo 2018-06-22T08:20:28.000071Z

I know in lein or boot you put [andare/andare “0.9.0”] in your dependencies, but how do I do it if I am just trying to do the above “require” command in the repl.

lleo 2018-06-22T08:31:06.000536Z

Oh I just got it. lumo -D "andare:0.9.0" on the command line and (require ’[clojure.core.async :as async]) in the repl.