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

0 votes
in Clojure by

Having (vec xf coll) and (set xf coll) overloads seem useful as opposed to writing (into (link: ) ...).

One might also consider these as variadic overloads, like the sequence function has. I am unsure about that since into doesn't have one and I know too little about multiple input transducers.

4 Answers

0 votes
by

Comment made by: lgs32a

After two more years with Clojure I don't see this as improvement anymore. (into (link: ) ...) provides more expressiveness. Unless other parties are interest, I'd recommend to close this.

We still lack functionality to use the variadic map transducer with sets, but I have never needed it, so I wouldn't open a ticket for that myself.

0 votes
by

Comment made by: alexmiller

I'm still interested.

0 votes
by

Comment made by: steveminer@gmail.com

Looks like duplicate of CLJ-1896

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1758 (reported by lgs32a)
...