Comment on Tips for stable and portable softwareparentComments−AnIdiotOnTheNet6yYou're basically describing a virtual machine. Compile to bytecode and the runtime JITs (or AOTs) it on the host. It is an idea decades old.
Comments
You're basically describing a virtual machine. Compile to bytecode and the runtime JITs (or AOTs) it on the host. It is an idea decades old.