c/programminghumor · by 2e8a9d6bb6935a54@lemmy.world · 3yNeed to go deeper This might skirt the lines between humor and horror :) 20 points · 2 comments · view on lemmy.world
2 Comments
JakeHimself@lemmy.ml · 3 pts · 3y
I see this all too often at work
devil_d0c@lemmy.world · 2 pts · 3y
mrchampion@lemmy.world · 2 pts · 1y
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});