This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-15
Channels
- # beginners (15)
- # boot (4)
- # cider (1)
- # cljsrn (16)
- # clojars (1)
- # clojure (92)
- # clojure-india (3)
- # clojure-russia (27)
- # clojure-spec (9)
- # clojure-uk (5)
- # clojurescript (73)
- # cursive (28)
- # datascript (10)
- # emacs (1)
- # events (5)
- # hoplon (1)
- # instaparse (7)
- # juxt (2)
- # klipse (13)
- # lumo (17)
- # off-topic (166)
- # onyx (4)
- # protorepl (5)
- # re-frame (5)
- # reagent (13)
- # rum (26)
- # untangled (17)
- # yada (3)
can klipse support clojurescript libraries?
@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. 😀