this post was submitted on 05 Apr 2024
1 points (66.7% liked)

Programmer Humor

19171 readers
1433 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
 

So much better now

top 10 comments
sorted by: hot top controversial new old
[–] Feathercrown@lemmy.world 1 points 5 months ago

WASM, also known as Javascript Java

[–] zagaberoo@beehaw.org 0 points 5 months ago (1 children)

Don't give Java the credit of inventing bytecode, it's a much cooler concept than that

[–] onlinepersona@programming.dev -1 points 5 months ago

As with most things, it was invented in the 70s or 80s only to be reinvented again later.

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] roon@lemmy.ml 0 points 5 months ago (1 children)

Remember kids, JSON was almost called JSML

[–] onlinepersona@programming.dev -1 points 5 months ago

Wait, are you serious? 😅

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] UnRelatedBurner@sh.itjust.works 0 points 5 months ago (2 children)

Do we have 3 assemblies now?

[–] anton@lemmy.blahaj.zone 1 points 5 months ago* (last edited 5 months ago)

Actual assembly in mainstream use:
x86
arm
risc v

mainstream byte code:
jvm
.net (I think)
wasm

fake assembly people may write:
llvm
wasm

wat (web assembly text) is actually written is S-expressions, like lisp but without code as data.

Edit: formatting