A simple REPL for demonstrating and sharing Immutable.js concepts.
http://neilff.github.io/immutable-repl/
$ git clone https://github.com/neilff/immutable-repl
$ npm install
$ npm run start
Open http://localhost:3000
in your browser.
Inspired by the Try Ramda REPL.