Projects

The Cactus Virtual Machine

During my final year at SRM, a friend and I teamed up to write a virtual machine and a compiler for test driving the virtual machine. The machine was written with dynamic languages in mind and we wanted to make it as simplistic as possible. And we wanted to do that by minimizing the number of byte code instructions that would take to make such a virtual machine and we did it with sixteen instructions.

You can check the virtual machine out here (on sourceforge)

Back