What steps would I have to take to (require ’[clojure.core.async :as async]) ?
@lleo the only difference is that you need to use https://clojars.org/andare
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.
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.