onlinepersona@programming.dev to Programmer Humor@programming.devEnglish · 7 months agoShould it just be called JASM?programming.devimagemessage-square21fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageShould it just be called JASM?programming.devonlinepersona@programming.dev to Programmer Humor@programming.devEnglish · 7 months agomessage-square21fedilinkfile-text
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up0·7 months agoActual 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.
minus-squaresecana@programming.devlinkfedilinkarrow-up0·7 months agoThe runtime is even called “common language runtime” (clr), as it is intended to support many different languages, which the jvm never was.
minus-squarestarman@programming.devlinkfedilinkEnglisharrow-up0·7 months agoLanguages like F# or (God forbid) VB.NET
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.
.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