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.
- Host: GitHub
- URL: https://github.com/vic/rojo
- Owner: vic
- Created: 2010-12-17T00:27:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-09-28T06:46:41.000Z (almost 13 years ago)
- Last Synced: 2024-12-25T12:26:04.794Z (over 1 year ago)
- Homepage: http://vic.github.io/rojo
- Size: 97.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.