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:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] turnip@sh.itjust.works 2 points 4 days ago (1 children)

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?

[โ€“] pinball_wizard@lemmy.zip 1 points 3 days ago

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.