Fork me on GitHub
#beginners
<
2015-11-11
>
colin.yates00:11:37

@drewverlee: By all means, but I am in the same boat as you simple_smile

gabehollombe05:11:22

If I’d like to perform a reduce but instead of getting back just the final accumulator, I’d like to get back a list of each intermediate accumulator value along the way, how can I do this in Clojure? e.g. fantasy example: (reduce-accums + [1, 2, 3) ;; => [1. 3. 6]

gabehollombe05:11:48

oooo, is it reductions?

gabehollombe05:11:53

I think i just found it! rubber duck ftw

lucaska19:11:49

How are people compiling Scss when using figwheel?

mocker21:11:13

Woah. Just tried C-u C-c C-c in emacs. It steps through what is going on in an expression. 😎