this post was submitted on 21 Mar 2025
223 points (97.4% liked)
Programmer Humor
34803 readers
56 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
No we wouldn't, and this is a crazy take when like half of Linux runs on interpreted python.
You're min/maxing for things that don't matter. You know what does matter? User facing features. You know what language in unquestionably the fastest to produce user facing features in? JavaScript/HTML/CSS.
If you want to optimize for performance you can do so after by moving things server side, writing them in web assembly, or offloading them onto other threads.
There's also massive opportunity cost in a) programming in low level languages, and b) having every developer have to learn a low level language. There's a reason that we don't all code in assembly any more.