this post was submitted on 25 Oct 2023
890 points (90.8% liked)
Programmer Humor
32380 readers
881 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
We can try to get closer to that with better language design. You'll never get there but I think there are obvious benefits as to why you'd want to do that.
I write way less bugs in Rust than I have in Java or C++, and that's mostly thanks to the language design.
Because that code has been review and re-reviewed and patched by experts in the field for years. You're not gonna write a backend for an app with short deadlines in C because that would be absolutely fucking insane.
Right tool for the right job. C is a stupid choice for most modern apps but it's indispensable for embedded stuff