this post was submitted on 24 Mar 2022
45 points (97.9% liked)

Programmer Humor

31808 readers
575 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 2 years ago* (last edited 2 years ago)
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))
[โ€“] [email protected] 1 points 1 year ago

Programming while someone watches is more like... Forgetting absolutely everything about how to program and moving at a pace 50x slower than if I were alone.