Fork me on GitHub
#clojure-europe
<
2021-01-28
>
dharrigan07:01:26

Hi Everyone!

ordnungswidrig07:01:21

Good morning, early bird.

djm07:01:16

👋

otfrom15:01:51

stupid clojure question: Is there a function like transduce that calls the 1-arity part of a reducing function but doesn't take a xf? ATM, if I need that I end up putting a (map identity) in the xf section of transduce. I have a feeling I'm just having brain fail

otfrom15:01:53

I suppose I can just call (rf (reduce rf source-seq)) but I feel that should be there already