this post was submitted on 04 Aug 2025
132 points (100.0% liked)

Programmer Humor

26772 readers
3394 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 2 years ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] squaresinger@lemmy.world 5 points 2 months ago

In languages where there's no difference between string and char and where strings are sequences of string, they are endlessly recursively defined.

[–] CodeMonkey@programming.dev 4 points 2 months ago (2 children)

What language is that? That does not conform to duck typing.

[–] joyjoy@lemmy.zip 4 points 2 months ago (1 children)

In Python, strings are sequences of single length strings, which themselves are sequences of strings.

[–] zagaberoo@beehaw.org 1 points 2 months ago

We have to go deeper!

[–] lime@feddit.nu 1 points 2 months ago

typed python is a mess