/instant

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

Primary LanguageJavaScript

Instant

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

Run a demo

  1. Install Ruby 1.9.3
  2. Clone the source code from github.com/siuying/instant.
  3. In the app folder, run following commands:
bundle install
foreman start
  1. open your browser at http://127.0.0.1:5000/

Install as gem

Install the Gem:

gem install instant

Then in your program:

require 'rubygems'
require 'instant'

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

Credits

Contact

@siuying