minus-squaremrchampion@lemmy.worldtoProgramming Humor@lemmy.world•Need to go deeperlinkfedilinkEnglisharrow-up1·15 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}); linkfedilink
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});