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

Programmer Humor

22854 readers
240 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
[–] Archr@lemmy.world 7 points 3 weeks ago* (last edited 3 weeks ago) (1 children)
[–] Croquette@sh.itjust.works 4 points 3 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.

[–] jdeath@lemm.ee 4 points 3 weeks ago

python is a bad joke that never ends

[–] qaz@lemmy.world 4 points 3 weeks ago (1 children)

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

[–] Croquette@sh.itjust.works 2 points 2 weeks ago* (last edited 2 weeks ago)

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

[–] andMoonsValue@lemmy.world 3 points 3 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?

[–] Croquette@sh.itjust.works 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.