this post was submitted on 05 Apr 2024
73 points (73.2% liked)
Programmer Humor
19463 readers
30 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can't compile C to java bytecode, they are fundamentally incompatible. But you can compile C to wasm, which is what you want for a good universal bytecode. Java is shit.
May I introduce you to https://github.com/davidar/lljvm
Have you seen what it outputs? The same way we can compile C to brainfuck, it doesn't mean it's good or is useful.
... OK
Anti Commercial AI thingy
CC BY-NC-SA 4.0I can't quite understand what is your point? Are you arguing that both JVM and WASM are bad? With this I agree, they both have terrible performance and in an ideal world we wouldn't use any of them.
Are you arguing that JVM bytecode is better than WASM? That's objectively not true. One example is a function pointer in C. To compile it to JVM bytecode you would need to convert it to the virtual call using some very roundabout way. But in WASM you have native support for function pointers, which gives much better flexibility when compiling other languages.
There is no point. It's a stupid meme, not to be taken seriously in a "programmerhumor" community. It's about as serious as demanding the Biden be the arbiter of good and bad programming languages, or saying JS should be used to punish convicts.
Look at the other people saying stuff like "JAVA: Just Another Virtual Assembler" or something. They aren't taking it seriously.
Anti Commercial AI thingy
CC BY-NC-SA 4.0