this post was submitted on 03 Jul 2024
46 points (80.3% liked)
Programmer Humor
19463 readers
372 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The "C is bad trope" is getting way too old. I'm surprised the author didn't plug Rust.
Maybe because it's one of the most widely used languages in the world...
Well, one of the most widely used that allows to do low-level stuff. The most widely used one is by far JavaScript but good luck making an OS or a device driver with it
I'm sure there are projects covering those areas written in JavaScript.
Oh gawd. That would be so horrible! Is there a project o compile JavaScript to bytecode? With like LLVM? There must be, but I haven't heard of it. I shouldn't even say anything because I will be better off pretending it doesn't exist.
Just bundle a JavaScript interpreter with the JavaScript code. No need to compile JavaScript.