Arc Forumnew | comments | leaders | submitlogin
2 points by GenArx 2924 days ago | link | parent

I am happy to use this "rainbow", though please show me how to install and use it initially [new to github] thanks in advance :)


2 points by hjek 2891 days ago | link

It's fine being new to stuff. If you try clicking the link, there's installation instructions there:

To download and build rainbow and open a REPL:

   git clone git://github.com/conanite/rainbow.git
   cd rainbow
   ant
   ant           # yes, twice. The second time uses rainbow to generate optimisations of itself
   cd src/arc
   java -server -jar rainbow.jar

-----