this post was submitted on 05 Apr 2024
73 points (73.2% liked)

Programmer Humor

19165 readers
1387 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
 

Let's reinvent java bytecode but... different

you are viewing a single comment's thread
view the rest of the comments
[–] taanegl@lemmy.world 5 points 5 months ago (3 children)

haha java is terrible, mostly because of who owns it.

[–] XTL@sopuli.xyz 1 points 5 months ago (1 children)

No, Java was always a creeping horror. The VM is one of its less bad features.

Yes it has been steadily getting worse, though.

[–] marcos@lemmy.world 4 points 5 months ago

less bad

Hum, no. The idea of a fast intermediate representation that is still high-level enough to allow for runtime optimizations and portability is GREAT. It's not "less bad".

But, of course, everything else destroys the language. A language agnostic WASM is taking that one really great part, and dropping everything else.