From: Peter Zotov Date: 2011-07-21T05:55:09+09:00 Subject: Re: Ruby in JavaScript, all projects are dead? On Wed, 20 Jul 2011 07:41:47 +0900, Alexey Petrushin wrote: > UPD, this one seems to be interesting and is very active. And (a big > plus), it generates human readable js. > > https://github.com/adambeynon/opal Check out ColdRuby. It is not dead (currently being integrated in a QtScript-based application, hence no commits in main repo), does not have its own parser, but offers somewhat better compatibility than Opal. Last time I checked, it passed slightly more than 50% of Ruby MRI bootstrap tests. http://github.com/whitequark/coldruby -- WBR, Peter Zotov.