Skip to content

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.

Notifications You must be signed in to change notification settings

arrow-lang/arrow

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published