mruby-web-irb icon indicating copy to clipboard operation
mruby-web-irb copied to clipboard

mruby irb running in your browser

Results 6 mruby-web-irb issues
Sort by recently updated
recently updated
newest added

Just tried on the public webpage to run basic code, but ``` >>> a = "hello world" >>> a ``` gives error, bye

![](http://i.imgur.com/1tkkEqs.png) I am using Chrome 39.0.2171.95 m

It is all right to process an empty input, however, while I entered anything, enter does **not** work.

Allow users to share snippets: - for one liners via query string: i.e. `/mruby-web-irb?cmd=puts 22` - longer programs via gist. i.e. `/mruby-web-irb?gist=` Open to suggestions /cc @xxuejie

For simple expressions

Show code examples & help in a pull-out sidebar