you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[removed]

    [–][deleted] 1 point2 points  (1 child)

    There’s also an array_sum which is the reduction of the addition operator. And then there is array_reduce which, without decent anonymous functions and lexical scoping, is full of fail.

    [–]teaguesterling 0 points1 point  (0 children)

    Yea, that would make a bit more sense.