Home

Awesome

Arrow

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.

Build

Packages

Linux — Ubuntu

Clone

$ git clone https://github.com/arrow-lang/arrow.git
$ cd arrow
$ git submodule update --init

Configure

$ ./waf configure --with-llvm-config=`which llvm-config-3.8` --release

Build

$ ./waf

Install

$ sudo ./waf install