Is there a list floating around somewhere of the libs that work with Planck/bootstrapped cljs in general? If not, I may start one. I'm thinking of just setting up an uber-scripting environment with like every library on the classpath...
@gowder Not that I’m aware of.
The main ones of interest to me so far are core.async
(Andare), Specter, test.check
(TCHECK-105). I also use markdown-clj
Oh and https://anmonteiro.com/2016/08/om-next-and-bootstrapped-clojurescript/ / https://github.com/omcljs/om/pull/752 is interesting
Thanks Mike! Pondering...
@gowder: I have a patch for http://dev.clojure.org/jira/browse/DCSV-13 which would make data.csv work for clojurescript. It’s pending cljc support in the build-matrix. I haven’t tried it with planck