@[email protected] to Programmer [email protected]English • 7 months agoShould it just be called JASM?programming.devimagemessage-square18fedilinkarrow-up1180arrow-down132file-text
arrow-up1148arrow-down1imageShould it just be called JASM?programming.dev@[email protected] to Programmer [email protected]English • 7 months agomessage-square18fedilinkfile-text
minus-square@[email protected]linkfedilink32•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-square@[email protected]linkfedilink8•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-square@[email protected]linkfedilinkEnglish8•7 months agoLanguages like F# or (God forbid) VB.NET
minus-square@ZILtoid1991link11•7 months agoI’m making my own, because all mainstream options are bloated for my usecase…
minus-square@[email protected]linkfedilink12•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 :)