asoffer / Icarus

An experimental general-purpose programming language
Apache License 2.0
9 stars 2 forks source link

Icarus

Icarus is an experimental general-purpose programming language, designed to be fast to compile, fast to run, and easy to migrate. Learn more here.

Building Icarus from Source

CI badge

Compiling from source requires:

To compile this project from source:

$ git clone https://github.com/asoffer/Icarus.git
$ cd Icarus
$ bazel build -c opt ...

Language Documentation