mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
22 lines
527 B
Markdown
22 lines
527 B
Markdown
|
## 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
|
||
|
|
||
|
- To get started writing aqua see: https://github.com/fluencelabs/aqua-playground
|