this post was submitted on 04 Jun 2025
974 points (98.5% liked)

Programmer Humor

23844 readers
3768 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
[–] matlag@sh.itjust.works 8 points 1 day ago (2 children)

That's also my understanding: "Javascript is great because you can use other languages and then transpile them to JS."

[–] KeenFlame@feddit.nu 3 points 1 day ago

Oh man machine language is so good, literally the best actually

[–] FooBarrington@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

JS itself is great, I prefer it to most other languages due to the flexibility that it allows. Adding types through TS to safeguard against footguns doesn't mean you're not still using JS. You can also add the types using comments instead if you prefer it, which means you're actually writing raw JS.