Tutorial/resource for implementing VM

Posted by zaharpopov on Stack Overflow See other posts from Stack Overflow or by zaharpopov
Published on 2010-01-09T18:30:53Z Indexed on 2010/05/18 1:10 UTC
Read the original article Hit count: 248

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about vm

Related posts about virtual-machine