Concurrent + Evented I/O for Rhino.
To run SprintStack, you'll need >= JDK 7. To build, you'll need ant.
git clone [email protected]:sprintstack/sprintstack.git
cd sprintstack
ant
Add bin/SprintStack to your $PATH
export PATH=$PATH:{your path}/sprintstack/bin
...and run:
sprintstack
to load up a REPL (JLine support has been removed for now; multiline statements are OK but you might want to install rlwrap for more comfort).
Check out the wiki for more information.
Copyright (C) 2012 Chris Mowforth
SprintStack is Distributed under the MIT license. Various dependencies are distributed under separate licenses. See LICENSE for more.
