Arrow is a fast (as or faster than C) general-purpose programming language. It does not employ a garbage collector and has minimal runtime overhead.
Make sure you have installed the dependencies:
g++
4.9.xpython
git
$ sudo apt-get install llvm-dev libboost-all-dev libgmp-dev libzip-dev
$ git clone https://github.com/arrow-lang/arrow.git
$ cd arrow
$ script/build
$ sudo ./waf install
Arrow is primarily distributed under the terms of the MIT license.