this post was submitted on 02 Feb 2024
1031 points (98.3% liked)
Programmer Humor
32464 readers
221 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
a language with all the good parts of something like assembly, and without all the bad parts of more modern, complex, and "safe" languages.
One major rule for designed functionality is simplicity. The second you add another rule, the amount of things that can happen grows immensely. And that only scales worse the farther you go. The simpler something is, the easier it is to be intimately familiar with it. Which is what allows people to make proper use of something.
Okay, I get it. It makes a lot more sense now. Honestly your first comment was word salad.