• Arthur BesseA
    link
    9
    edit-2
    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))
    
  • savoy
    link
    fedilink
    62 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.

  • @ruckblack@sh.itjust.works
    link
    fedilink
    410 months 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.

  • @wazowski
    link
    1
    edit-2
    2 years ago

    deleted by creator