So much better now
You are viewing a single thread.
View all comments 14 points
Do we have 3 assemblies now?
33 points
*
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
15 points
9 points
The runtime is even called “common language runtime” (clr), as it is intended to support many different languages, which the jvm never was.
12 points
6 points
8 points
13 points
Look no further https://en.wikipedia.org/wiki/One-instruction_set_computer
3 points