Skip to content

aerolang/aero

Repository files navigation

Aero

Aero is a programming language currently under construction.

Building

Bazel is used for the build system. To build all targets:

$ bazel build //...

# or using `just`
$ just build

Testing

To run all tests:

$ bazel test //...

# or using `just`
$ just test

License

Released under the MIT License (see LICENSE).

About

Aero is a concurrent functional programming language (under development).

Topics

Resources

License

Stars

Watchers

Forks

Contributors