2e8a9d6bb6935a54@lemmy.worldM to Programming Humor@lemmy.worldEnglish · 2 years agoNeed to go deeperimagemessage-square1linkfedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1imageNeed to go deeper2e8a9d6bb6935a54@lemmy.worldM to Programming Humor@lemmy.worldEnglish · 2 years agomessage-square1linkfedilinkfile-text
minus-squaremrchampion@lemmy.worldlinkfedilinkEnglisharrow-up1·10 months 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});