GitHub - Gozala/reducers: Library for higher-order...
Now consider following implementation of map & filter transformation functions: function map(f, source) { return reducible(function accumulator(next, initial) { return reduce(source, function reducer(result, in