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:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

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.