this post was submitted on 05 Apr 2025
143 points (88.2% liked)

Programmer Humor

22752 readers
694 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 2 weeks 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 2 weeks ago (1 children)

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

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

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

[–] [email protected] 4 points 2 weeks ago

python is a bad joke that never ends

[–] [email protected] 3 points 2 weeks 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 2 weeks 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.