this post was submitted on 31 Oct 2023
408 points (94.5% liked)

Programmer Humor

22749 readers
1221 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
[–] Xabis@lemmy.world 5 points 2 years ago (1 children)

C# “compiles” to intermediary bytecode, then ran in a vm. Same as Java. I’d say that’s no better than a “scripting” language with a JIT.

[–] DacoTaco@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

I wouldnt say a vm (as there is no emulated hardware layer around the running code ) , but sure you made a valid point actually!