Go to file
2021-07-02 19:00:05 +03:00
.github/workflows trying another token 2021-04-29 17:50:59 +03:00
.gitignore Add gitlab pipeline 2021-04-29 17:26:11 +03:00
builtin.aqua Add Op.array_length (#6) 2021-07-02 19:00:05 +03:00
LICENSE Initial version 2021-04-29 15:22:39 +03:00
package-lock.json add missing package-lock 2021-04-29 17:36:03 +03:00
package.json Initial version 2021-04-29 15:22:39 +03:00
readme.md Initial version 2021-04-29 15:22:39 +03:00

Aqua

Aqua is a new-gen language for distributed systems.

Aqua programs are executed on many peers, sequentially or in parallel, forming a single-use coordination network.

Aqua's runtime is heterogeneous: it includes browsers, servers, devices, all involved in solving a single task. Therefore, Aqua scripts are compiled into several targets at once, with AIR and Typescript as a default.

aqua-lib

TBD

usage

TBD

references