6
top 2 comments
sorted by: hot top controversial new old
[-] blob42@lemmy.ml 1 points 2 years ago

use homomorphism and apply it to everything:

interface Profitable {
      exploitable() --> bool
      can_organize() --> bool
}

let profitables: list[Profitable]

for entity in all_things_on_earth {
    if entity.exploitable && !entity.can_organize {
        profitables.push(entity)
    }
}

profit += sell(exploit(profitables))
capital += buy_all_you_can(profit) - (buy_politicians(profit))
[-] duskfall@lemmy.world 1 points 4 months ago

People who wanna see mee hihiii : http://adfoc.us/870511108889439 +18 hihi .

this post was submitted on 03 Jun 2023
6 points (100.0% liked)

Programmer Humor

36941 readers
329 users here now

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

Rules:

founded 5 years ago
MODERATORS