this post was submitted on 24 Mar 2022
47 points (98.0% liked)

Programmer Humor

32061 readers
1044 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
[โ€“] savoy@lemmygrad.ml 1 points 2 years ago

No joke, I've been nicknamed "The Wizard" for doing some side contractor work for a workplace my friend works at.

All I do is incredibly simple data automation (like <50 LOC) in python and fast data entry (hours vs days). It's an easy dozen hours of $ per month.

[โ€“] cypherpunks@lemmy.ml 1 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 &lt;&lt; 1) if (c := a &amp; b) else a ^ b))