1035
JavaScript (lemmy.ml)
you are viewing a single comment's thread
view the rest of the comments
[-] LovableSidekick@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

I don't even know Haskell but it seems like (" ( , ) ") would be an instance of boob.

[-] bss03@infosec.pub 2 points 1 year ago

(.) is a valid expression in Haskell. Normally it is the prefix form of the infix operator . that does function composition. (.) (2*) (1+) 3 = ((2*) . (1+)) 3 = 2 * (1 + 3) = 8.

But, the most common use of the word "boob" in my experience in Haskell is the "boobs operator": (.)(.). It's usage in Haskell is limited (tho valid), but it's appearance in racy ASCII art predates even the first versions on Haskell.

[-] LovableSidekick@lemmy.world 3 points 1 year ago

The pioneers of ASCII art in the 70s and 80s are the unsung heroes of porn.

[-] drmoose@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

It looks like two worms split running from another tinier worm. Makes you wonder what it has done to be so feared

this post was submitted on 04 Jun 2025
1035 points (98.6% liked)

Programmer Humor

33033 readers
1582 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS