DJ Adams

Blog posts tagged "reduce"

  1. Array.prototype.reduce and the optional initial value

    Today I learned about the subtlety of the optional initialValue parameter for the Array prototype's reduce method in JavaScript.

  2. Breathing through the reduction meditation

    In this post I look even more closely at a simple Clojure implementation of a reduce function.

  3. A meditation on reduction

    Looking at a version of the reduce function written in Clojure, from Do Things: a Clojure Crash Course.

See all tags.