45
I'm a wizard (lemmy.ml)
submitted 2 years ago by [email protected] to c/[email protected]
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.

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

Programmer Humor

31329 readers
14 users here now

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

Rules:

founded 4 years ago
MODERATORS