Welcome! Please see the About page for a little more info on how this works.

0 votes
in Docs by

See: https://github.com/clojure/clojure/blob/clojure-1.9.0-alpha14/src/clj/clojure/core.clj#L6763

Docstring should mention that "(into coll) returns coll" and "(into) returns an empty vector" and the fact that "hence it can be used as a reducing function", clarifying the reason to use (link: ) as the default (the same as with conj).

2 Answers

0 votes
by

Comment made by: alexmiller

I would like to accept this patch, but I need a signed CA and a properly formatted patch.

0 votes
by
...