I hope these questions are helping someone. I am new to both Hoplon and Boot. I am trying to use the "clojure.string" library in a Hoplon project and I can't seem to get it. I tried in the index.cljs.hl file:
(:require [clojure.string :as str]))
And then it doesn't load. Next I tried including the library in the build.boot tool but neither seemed to work:
[org.clojure/clojure.string "1.8.0"]
[org.clojure/clojure-string "1.8.0"]
Neither of those seemed to work so I am looking on how I can use the string library.
Cheers, Matt