this post was submitted on 05 Apr 2024
107 points (72.6% liked)

Programmer Humor

19147 readers
1206 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
[–] [email protected] 12 points 5 months ago (3 children)

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

[–] [email protected] 4 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.

[–] [email protected] 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.

[–] [email protected] -4 points 5 months ago (1 children)

Was Java still terrible when Sun owned it?

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] [email protected] 5 points 5 months ago

Sun Microsystems was once the great hope of the computing world, and technically the JVM was first to normalise the use of VM's, albeit from a containerised perspective. It was Docker before docker, in some sense.

This coupled with Solaris and the SPARC systems that were Java-native (whatever that means) enabled this type of containerisation from a hardware level, which again: was a huge thing.

But, Sun turned for the worse once the JVM hit browsers and server stacks. That's when their SaaS model was envisioned, that was the precursor to the acquisition by Oracle.

So it started nicely, but hit the enshitification velocity somewhere in the early 2000s.