Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Break things down. A simple language VM is going to have a way to represent objects in memory, a byte code interpreter, a simple garbage collector, and a way to load things.

A byte code interpret is a stack, some way to represent functions on that stack, and then a loop to interpret beach byte code and move the program counter.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: