Skip to content

arrow-lang/arrow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
ws
 
 
 
 
 
 
 
 
 
 
waf
 
 
 
 

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

  • git
  • libncurses-dev
  • libz-dev
  • libgmp-dev
  • libffi-dev
  • https://github.com/fmtlib/fmt — Will eventually vendor or replace this
  • libboost-all-dev
  • llvm-3.8-dev
  • libclang-3.8-dev

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