155
Should it just be called JASM?
(programming.dev)
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.
Do we have 3 assemblies now?
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
.NET thing is called
IL
The runtime is even called "common language runtime" (clr), as it is intended to support many different languages, which the jvm never was.
Languages like F# or (God forbid) VB.NET