learn-cljs
learn-cljs copied to clipboard
Lesson 18 Using reduce with map and filter
Hi, it is mentioned in lesson 18 to separate map and filter into two steps.
Will this be automatically transduced by the clojurescript compiler? Or is there an alternative way this can be written so that it is transducible?
https://github.com/kendru/learn-cljs/blob/4841caf7553c6ad1772c4fc4bc6487db82fc060a/content/section-3/lesson-18-summarizing-data.md?plain=1#L184