onlinepersona@programming.dev to Programmer Humor@programming.devEnglish · 7 months agoShould it just be called JASM?programming.devimagemessage-square20fedilinkarrow-up1186arrow-down131file-text
arrow-up1155arrow-down1imageShould it just be called JASM?programming.devonlinepersona@programming.dev to Programmer Humor@programming.devEnglish · 7 months agomessage-square20fedilinkfile-text
minus-squareUnRelatedBurner@sh.itjust.workslinkfedilinkarrow-up14·7 months agoDo we have 3 assemblies now?
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up33·edit-27 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. Edit: formatting
minus-squaresecana@programming.devlinkfedilinkarrow-up8·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-up7·7 months agoLanguages like F# or (God forbid) VB.NET
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up12·7 months agoI’m making my own, because all mainstream options are bloated for my usecase…
minus-squareonlinepersona@programming.devOPlinkfedilinkarrow-up8arrow-down2·7 months agoHow many do you want?
minus-squareYerbaYerba@lemm.eelinkfedilinkarrow-up13·7 months agoLook no further https://en.wikipedia.org/wiki/One-instruction_set_computer
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
I’m making my own, because all mainstream options are bloated for my usecase…
How many do you want?
One. To rule them all.
Look no further https://en.wikipedia.org/wiki/One-instruction_set_computer
deleted by creator
You forgot CC :)