2e8a9d6bb6935a54@lemmy.worldM to Programming Humor@lemmy.worldEnglish · 1 year agoNeed to go deeperlemmy.worldimagemessage-square1fedilinkarrow-up116arrow-down10file-text
arrow-up116arrow-down1imageNeed to go deeperlemmy.world2e8a9d6bb6935a54@lemmy.worldM to Programming Humor@lemmy.worldEnglish · 1 year agomessage-square1fedilinkfile-text
minus-squaremrchampion@lemmy.worldlinkfedilinkEnglisharrow-up1·7 days agoSure, 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});
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});