This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-26
Channels
- # aws-lambda (2)
- # beginners (10)
- # boot (17)
- # cider (19)
- # clara (1)
- # cljs-dev (13)
- # cljsjs (22)
- # cljsrn (1)
- # clojure (132)
- # clojure-austin (2)
- # clojure-berlin (2)
- # clojure-dusseldorf (1)
- # clojure-germany (2)
- # clojure-italy (7)
- # clojure-spec (6)
- # clojure-uk (5)
- # clojurescript (45)
- # core-matrix (3)
- # cursive (4)
- # datomic (8)
- # emacs (3)
- # keechma (3)
- # lein-figwheel (1)
- # leiningen (2)
- # lumo (24)
- # nyc (1)
- # off-topic (29)
- # om (68)
- # onyx (5)
- # perun (50)
- # planck (5)
- # protorepl (5)
- # re-frame (128)
- # reagent (10)
- # remote-jobs (1)
- # ring (4)
- # rum (41)
- # untangled (28)
- # yada (4)
@cfleming ok no problem. Just wanted to make sure because I was not able to find much documentation on the subject.
One thing that I wanted to "report", I just realized that (at least in cljs) if a symbol simply 'aliases' another one, then the documentation gets lots in the process 😞 . This happened to me while working with re-frame
where I wanted to see the docs for reg-sub
(https://github.com/Day8/re-frame/blob/master/src/re_frame/core.cljc#L58) but cursive didnt display anything since it is the original symbol the one that actually has a docstring.