Fork me on GitHub
#beginners
<
2016-06-05
>
dmbennett00:06:39

Had I known before about select-keys I could have saved a couple of hours

donaldball01:06:20

It is not a bad idea to take a few hours to just read through the fns in clojure.core

seancorfield02:06:09

Or just look through the clojure.core reference docs on http://clojure.github.io

senya2213:06:33

Somehow the links on http://clojure.github.io/ seem to be dead.

Alex Miller (Clojure team)15:06:03

those aren't correct links

Alex Miller (Clojure team)15:06:29

subpackages under clojure.core don't have their own link, but are included in their parent

Alex Miller (Clojure team)15:06:47

this is just how autodoc does things (can't say it's my favorite choice)

Alex Miller (Clojure team)15:06:09

http://clojure.github.io/clojure/#clojure.core includes the docs for clojure.core.reducers and clojure.core.server

Alex Miller (Clojure team)15:06:57

I guess if you go to the core ns page, there are sublinks for those:

Alex Miller (Clojure team)15:06:43

are you seeing the prior links somewhere?

Alex Miller (Clojure team)15:06:51

oh, I see - they're on http://clojure.github.io/ - that does seem buggy. I will get that fixed.