klipse

2017-04-15T00:25:03.506405Z

can klipse support clojurescript libraries?

Yehonathan Sharvit 2017-04-15T16:49:40.585618Z

yes @drewverlee

Yehonathan Sharvit 2017-04-15T21:25:07.291995Z

@drewverlee - what lib do you need?

Yehonathan Sharvit 2017-04-15T21:25:19.292520Z

Some libs are already bundled or cached in klipse

Yehonathan Sharvit 2017-04-15T21:25:34.293281Z

for others, you need to use data-external-libs

2017-04-15T21:26:20.295066Z

I was writing about core async, but I figured it would be nice if I could leverage other libs to

Yehonathan Sharvit 2017-04-15T21:26:34.295615Z

core.async is cached in klipse

👍 1
2017-04-15T21:26:50.296224Z

Nice!

Yehonathan Sharvit 2017-04-15T21:28:29.299995Z

The list of cached namespaces is here: https://github.com/viebel/klipse/blob/master/src/klipse/lang/clojure/io.cljs#L141-L148

Yehonathan Sharvit 2017-04-15T21:29:19.301725Z

If you need another lib, you have to use data-external-libs as explained here: https://github.com/viebel/klipse#clojure-only-1

Yehonathan Sharvit 2017-04-15T21:31:25.307021Z

By the way, your blog looks awesome

Yehonathan Sharvit 2017-04-15T21:31:26.307052Z

https://drewverlee.github.io/

2017-04-15T21:37:40.321410Z

Your being to generous, All credit for the design goes to the cyrogen framework. 😀