2programminghumor·Programming Humorby2e8a9d6bb6935a54 Need to go deeperThis might skirt the lines between humor and horror :)View original on lemmy.world20Comments2
mmrchampion lemmy.worldSure, why don't I just use a Y combinator to go all the way, (function (f) { return (function (x) {return f(x(x))})(function (x) {return f(x(x))}) } )(function (rest) {return data.rest});2
I see this all too often at work
Sure, why don't I just use a Y combinator to go all the way,
(function (f) { return (function (x) {return f(x(x))})(function (x) {return f(x(x))}) } )(function (rest) {return data.rest});