Arc Forumnew | comments | leaders | submitlogin
2 points by hjek 2969 days ago | link | parent

You might want to give Welder a look.

Welder is an arc IDE bundled with Rainbow (an arc implementation in Java that is complete enough to run News).

https://github.com/conanite/rainbow



2 points by GenArx 2952 days ago | link

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 2919 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

-----