this post was submitted on 31 Oct 2023
404 points (94.7% liked)

Programmer Humor

19817 readers
991 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 4 points 1 year 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 1 points 1 year ago* (last edited 1 year 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!