Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Someone Halp!

Name: Anonymous 2010-11-10 2:20

What in the fuck:

Array.prototype.foldr = function(func, initial) {
    return this.reduce(function(sum, x) {
        return function(n) {
            return sum(func(n, x));
        };
    }, function(x){return x;})(initial);
}

Name: Anonymous 2013-08-10 8:37

>>13
you can't tell me what to do.

And you're silly implementation will not take advantage of the multicore javascript enabled future.

You'll be left behind in the dark ages of computing.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List