this post was submitted on 26 Apr 2025
121 points (96.9% liked)
Programmer Humor
35366 readers
9 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
I don't understand why any VM language is widely used. Running on every OS makes no sense to me when you could just compile it for other OS, was there some other reason?
Compiling to an additional OS, today, can be a pain in the ass.
Compiling to an additional OS, a couple decades ago, was a monumental ongoing never ending pain in the ass.