This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-05
Channels
- # admin-announcements (1)
- # beginners (17)
- # boot (5)
- # cljs-dev (50)
- # cljsrn (20)
- # clojars (8)
- # clojure (108)
- # clojure-belgium (1)
- # clojure-brasil (1)
- # clojure-greece (6)
- # clojure-japan (1)
- # clojure-russia (12)
- # clojure-spec (77)
- # clojurescript (19)
- # core-async (2)
- # cursive (4)
- # datomic (12)
- # dirac (6)
- # funcool (3)
- # hoplon (39)
- # lein-figwheel (14)
- # om (12)
- # onyx (3)
- # other-languages (1)
- # protorepl (14)
- # pure-frame (2)
- # re-frame (39)
- # reagent (1)
- # spirituality-ethics (3)
- # yada (7)
It is not a bad idea to take a few hours to just read through the fns in clojure.core
Or just look through the clojure.core reference docs on http://clojure.github.io
Somehow the links on http://clojure.github.io/ seem to be dead.
those aren't correct links
subpackages under clojure.core don't have their own link, but are included in their parent
this is just how autodoc does things (can't say it's my favorite choice)
http://clojure.github.io/clojure/#clojure.core includes the docs for clojure.core.reducers and clojure.core.server
I guess if you go to the core ns page, there are sublinks for those:
http://clojure.github.io/clojure/clojure.core-api.html#clojure.core.reducers
http://clojure.github.io/clojure/clojure.core-api.html#clojure.core.server
http://clojure.github.io/clojure/clojure.test-api.html#clojure.test.tap
are you seeing the prior links somewhere?
oh, I see - they're on http://clojure.github.io/ - that does seem buggy. I will get that fixed.