Tutorial/resource for implementing VM
- by zaharpopov
Hello,
I want self-education purpose implement a simple virtual machine for a dynamic language, prefer in C language. Something like the Lua VM, or Parrot, or Python VM, but simpler. Are there any good resources/tutorials on achieving this, apart from looking at code and design documentations of the existing VMs?
Thanks in advance for your answers and ideas
Edit: why close vote? I don't understand - is this not programming. Please comment if there is specific problem with my question.