public
Description: A Ruby VM running on Google V8 super VM.
Homepage:
Clone URL: git://github.com/macournoyer/rbv8.git
rbv8 / README
100644 29 lines (17 sloc) 0.61 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
= 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