Skip to content

arrow-lang/arrow-legacy

Repository files navigation

Arrow

Build Status Coverage Status

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

Linux

Dependencies

Make sure you have installed the dependencies:

  • g++ 4.9.x
  • python
  • git
$ sudo apt-get install llvm-dev libboost-all-dev libgmp-dev libzip-dev

Clone

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

Build

$ script/build

Install

$ sudo ./waf install

License

Arrow is primarily distributed under the terms of the MIT license.

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published