https://github.com/macournoyer/rbv8
A Ruby VM running on Google V8 super VM.
https://github.com/macournoyer/rbv8
Last synced: 8 months ago
JSON representation
A Ruby VM running on Google V8 super VM.
- Host: GitHub
- URL: https://github.com/macournoyer/rbv8
- Owner: macournoyer
- Created: 2008-09-03T02:55:08.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2008-09-09T01:02:58.000Z (almost 18 years ago)
- Last Synced: 2025-04-25T06:09:26.624Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.89 MB
- Stars: 65
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= rbv8 -- A Ruby VM running on Google V8.
V8 (http://code.google.com/p/v8/) is running Javascript, a highly dynamic language, faster then fast.
Ruby is a super highly dynamic language too!
Ruby must be uber fast on V8, no?
Lets see ...
If you're looking for the original prototype using HotRuby, check the hotruby branch.
== Install
Make sure your meet V8 Pre-requisites: http://code.google.com/apis/v8/build.html#pre_reqs
Then run:
rake build
== Running your cute lil' Ruby script
build/rbv8 your_ruby_script.rb
== Licence
Ruby Licence.
== Copyright
Marc-Andre Cournoyer
http://macournoyer.com