this post was submitted on 05 Apr 2025
144 points (87.9% liked)

Programmer Humor

22469 readers
1140 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 week ago (3 children)

I just learned that in Python, it's fucking terrible. Python is a fucking mess and my next script will be in a different language.

[–] [email protected] 4 points 1 week ago

python is a bad joke that never ends

[–] [email protected] 4 points 1 week ago (1 children)

Perhaps TS is not a terrible language for shell scripts after all

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

Never tried it, but I will probably be more at home than python.

[–] [email protected] 3 points 1 week ago (1 children)

As a python lover, I have to ask, what don't you like about it and what languages do you generally prefer?

[–] [email protected] 1 points 1 week ago

I prefer strongly typed languages. Using bytes isn't intuitive.

Transforming certain data types into other data types is often not straightforward.

The identation is the worst though. Let me format the code however I want.