This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-21
Channels
- # admin-announcements (1)
- # beginners (3)
- # boot (242)
- # clara (1)
- # cljsrn (8)
- # clojars (2)
- # clojure (68)
- # clojure-russia (23)
- # clojure-spec (28)
- # clojure-uk (11)
- # clojurescript (7)
- # datavis (3)
- # datomic (21)
- # emacs (2)
- # events (2)
- # hoplon (56)
- # jobs (3)
- # lambdaisland (1)
- # mount (20)
- # off-topic (4)
- # om (13)
- # onyx (17)
- # other-languages (2)
- # parinfer (7)
- # proto-repl (2)
- # proton (2)
- # protorepl (53)
- # re-frame (13)
- # reagent (3)
- # ring-swagger (22)
- # specter (5)
how to generate externs for http://thednp.github.io/kute.js/index.html ?
the best resource for creating externs is the curated list of externs here: https://github.com/cljsjs/packages
you can look at those for examples, and you can read the document here: https://github.com/cljsjs/packages/wiki/Creating-Externs
the #cljsjs channel can help too
Hmm, am I correct that for parsing EDN in ClojureScript, my options are either the (unsafe) cljs.reader/parse-string
or encoding using something other than EDN?