David Majda wrote: > Michael Neumann napsal(a): >> I'd love to experiment with translating the bytecode into a different >> language (maybe Javascript), that's why I am ask :) > > FYI, a project that translates YARV bytecode into JavaScript already > exists: > > http://hotruby.yukoba.jp/ Thanks. I already know of this project (which is great btw) and I am working on something similar (http://www.ntecs.de/projects/rubyjs), but I want to generate Javascript instead of interpreting Ruby in Javascript. A combination of both would of course be perfect :) Regards, Michael