Skip to content

asoffer/Icarus

Repository files navigation

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:

  • 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 ...

Language Documentation

About

An experimental general-purpose programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published