An open API service indexing awesome lists of open source software.

https://github.com/vic/rojo

Rubinius bytecode interpreter in JavaScript.
https://github.com/vic/rojo

Last synced: 5 months ago
JSON representation

Rubinius bytecode interpreter in JavaScript.

Awesome Lists containing this project

README

          

Rojo
======

A Rubinius bytecode interpreter running in JavaScript.

Remember HotRuby ? Something like that but for rubinius bytecode.

# Why?

I want to learn Rubinius VM internals. So I'll be reading
the source code and trying to port the instruction interpreter
to javascript. Creating a minimalist rubinius core.