Icarus is an experimental general-purpose programming language, designed to be fast to compile, fast to run, and easy to migrate. Learn more here.
Compiling from source requires:
To compile this project from source:
$ git clone https://github.com/asoffer/Icarus.git
$ cd Icarus
$ bazel build -c opt ...