Minor improvements to Arc 3.2
$ git clone http://github.com/arclanguage/anarki $ cd anarki $ git checkout stable $ ./arc.sh arc> (quit) $(Official instructions.)
A 'wiki-like' community-supported fork of Arc
$ raco pkg install sha $ git clone http://github.com/arclanguage/anarki $ cd anarki $ ./arc.sh arc> (help do) ; online help [mac] (do . args) Evaluates each expression in sequence and returns the result of the last expression. arc> (load "tests.arc") ; lots of automated tests arc> (quit) $