JSRuby – Ruby interpreter impremented in JavaScript
Posted by shuyo on November 17, 2008
JSRuby is a Ruby interpreter impremented in JavaScript.
- JSRuby Project Page (CodeRepos)
- http://coderepos.org/share/wiki/JSRuby
It is based on Ruby 1.8 and implements yet partly.
Its points are the following:
- implement also ruby parser, so can execute Ruby scripts on browser oneself
- can handle any Javascript objects in JSRuby scripts
JSRuby supports parser and interpreter, so it can also execute as bookmarklet.
And as an experimental implement, It’s supporting sleep function.
Related blog entries:
- JSRuby 1.0 Released – Ruby interpreter impremented in JavaScript (in Japanese)
- Using JQuery on JSRuby – How to connect Ruby to Javascript (in Japanese)
- Asynchronous JSRuby – Experimental implementation of sleep (in Japanese)