can klipse support clojurescript libraries?
yes @drewverlee
@drewverlee - what lib do you need?
Some libs are already bundled or cached in klipse
for others, you need to use data-external-libs
I was writing about core async, but I figured it would be nice if I could leverage other libs to
core.async is cached in klipse
Nice!
The list of cached namespaces is here: https://github.com/viebel/klipse/blob/master/src/klipse/lang/clojure/io.cljs#L141-L148
If you need another lib, you have to use data-external-libs
as explained here: https://github.com/viebel/klipse#clojure-only-1
By the way, your blog looks awesome
Your being to generous, All credit for the design goes to the cyrogen framework. 😀