That is not what happens in lein repl:
user=> (use 'clojure.core.async)
nil
user=> (def pingc (chan))
#'user/pingc
user=> (def ^:dynamic *text* "OUPS BAD ASYNC")
#'user/*text*
user=> (binding [*text* "good boy"]
#_=> (go (while true
#_=> ( (println *text*
#
user=> (defn p
Cloverage 1.0.2 together with a leiningen plugin (lein-cloverage) were
recently released.
You can find the code at https://github.com/lshift/cloverage
To try it out, add `[lein-cloverage "1.0.2"]` to your leiningen plugins
list, and run `lein cloverage` in your project.
Best Regards
--
--
Y