this post was submitted on 08 Feb 2025
122 points (93.0% liked)
Programmer Humor
20396 readers
795 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you mean that programming languages are hard to read/write, or that the languages themselves are poorly designed?
In the former case, I invite you to read machine code. Not assembly, but straight machine code. Just zeros and ones as far as the editor can see. Any popular language is better than that.
In the latter case, I invite you to look at the design of an arbitrary natural language. Weird grammer rules, regional differences, loan words that don't fit in, etc. No programmming language is worse than that. Although I would argue that Javascript has all of those problems too in some degree.
I mean that they are poorly designed. And year regular languages are just as badly designed. I'd say c++ is just as bad as javascript tbh.