How can i create an interactive ruby commands gui website, as in:
http://tryruby.org/levels/1/challenges/2
I'll be very thankful for any tips.
best regards
|
How can i create an interactive ruby commands gui website, as in: http://tryruby.org/levels/1/challenges/2 I'll be very thankful for any tips. best regards |
||||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can use emscriptened ruby https://github.com/replit/emscripted-ruby In the dist folder, there're the .js files ready to use (minifyied/optimized or not) A recent alternative, is Opal: a ruby-to-js compiler (compiling to javascript is all the rage nowadays), it also has an interactive textfield on its page There's also TryRuby itself, but it seems that a year ago it has been rewritten with rails (and the documentation hasn't been updated anymore) This is it: https://github.com/Sophrinix/TryRuby and this is before the huge changes: https://github.com/Sophrinix/TryRuby/tree/2ea777a551bc133c5dad852e5eee2ca69a3a514c There's also HotRuby, but it seems to be stale |
|||||
|