this post was submitted on 31 Oct 2023
416 points (94.4% liked)

Programmer Humor

19171 readers
1410 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months 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.

[–] [email protected] 1 points 10 months ago* (last edited 10 months 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!