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:
- clang++ version >= 14.0.0
- Bazel version >= 6.2.1.
To compile this project from source:
$ git clone https://github.com/asoffer/Icarus.git
$ cd Icarus
$ bazel build -c opt ...