Writing Your Own Language: Choose a VM or Native?
Andrew Binstock has a good post on "Writing your own language -- How to choose a VM." In the post, he says that "Most of these VMs encourage your compiler to output not bytecodes but source code using their native language." But at the level of code generation, you're talking low-level …
more ...