macournoyer / rbv8
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
rbv8 /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 05 21:01:05 -0700 2008 | |
| |
README | Fri Sep 05 21:11:19 -0700 2008 | |
| |
Rakefile | Mon Sep 08 18:02:42 -0700 2008 | |
| |
TODO | Fri Sep 05 21:11:19 -0700 2008 | |
| |
codegen/ | Mon Sep 08 18:02:42 -0700 2008 | |
| |
kernel/ | Fri Sep 05 21:01:05 -0700 2008 | |
| |
mspec/ | Mon Sep 08 18:02:42 -0700 2008 | |
| |
spec/ | Mon Sep 08 18:02:42 -0700 2008 | |
| |
tools/ | Fri Sep 05 21:01:05 -0700 2008 | |
| |
vm/ | Fri Sep 05 21:02:41 -0700 2008 |
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
