Project

instant

0.02
No commit activity in last 3 years
No release in over 3 years
An experiment on real time visualize development tool.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 1.1
~> 2.9.0

Runtime

~> 1.3.1
~> 2.3.1
 Project Readme

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