add = (
lambda f: (lambda g: f(lambda *h: g(g)(*h)))(
lambda g: f(lambda *h: g(g)(*h))
)
)((lambda _add: lambda a, b: _add(a ^ b, c << 1) if (c := a & b) else a ^ b))
this post was submitted on 24 Mar 2022
1 points (100.0% liked)
Programmer Humor
32396 readers
977 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS