Instant

An experiment on real time visualize development tool, inspired by Bret Victor's Inventing on Principle talk and @ermau C# Implementation.

Install as gem

gem install instant

require 'instant'

runner = Instant::Runner.new
runner.run "def hello(a); a = 10 + a; end; hello(20)"

Run a demo

You can run it live at instant-ruby.herokuapp.com.

Run locally

bundle install
foreman start

then open your browser at http://127.0.0.1:5000/

Credits

Contact

@siuying