this post was submitted on 22 Jun 2023
20 points (95.5% liked)

Programming Humor

2616 readers
3 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
 

This might skirt the lines between humor and horror :)

all 3 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 1 year ago

I see this all too often at work

[โ€“] mrchampion 1 points 1 week ago

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});