@2e8a9d6bb6935a54M to Programming HumorEnglish • 1 year agoNeed to go deeperimagemessage-square2arrow-up121arrow-down11file-text
arrow-up120arrow-down1imageNeed to go deeper@2e8a9d6bb6935a54M to Programming HumorEnglish • 1 year agomessage-square2file-text
minus-square@mrchampionlinkEnglish1•5 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});