7 ms·
Why not just use GWT?
by Roridge 16y ago
Why not just use GWT?
- pedrocr 16y agoBecause I'd probably still prefer to write Javascript than Java. But a GWT approach is one possible solution and there are some Ruby projects that do similar things. None are production ready though. For reference: http://hotruby.yukoba.jp/ http://hotruby.yukoba.jp/ - Implements the YARV (ruby 1.9) bytecode in Javascript (most promising one in my view) http://github.com/mneumann/rubyjs http://github.com/mneumann/rubyjs - Compiles a subset of Ruby code to Javascript
- Roridge 16y agoI happen to agree with you. My biggest issue with GWT is that it generates the Javascript, and I am at it's mercy. However sometimes it's important to get function over form?