this post was submitted on 05 Dec 2025
686 points (98.3% liked)

Programmer Humor

27765 readers
844 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ricaz@lemmy.dbzer0.com 5 points 2 days ago

The reality is that most backends don't use compiled languages, but stuff like PHP, Java and Python.

NodeJS scores very high on performance, concurrency, and especially IO, in that category.

And calling it abysmal compared to compiled languages is not fair, but yes, there are much better alternatives.