From 704540fcf5a5ed840b462b6458c19823b738967d Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Wed, 14 Apr 2021 14:42:20 +0300 Subject: [PATCH] Aquamarine -> Aqua in README (#59) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f5fe9a99..2e7fc7dd 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -## Aquamarine +## Aqua -Aquamarine is a new-gen language for distributed systems. +Aqua is a new-gen language for distributed systems. -Aquamarine programs are executed on many peers, sequentially +Aqua programs are executed on many peers, sequentially or in parallel, forming a single-use coordination network. -Aquamarine's runtime is heterogeneous: it includes browsers, servers, devices, all involved in solving a single task. -Therefore, Aquamarine scripts are compiled into several targets at once, with AIR and Typescript as a default. +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. ## Compiler CLI -To build the Aquamarine compiler, clone the repo & run `sbt assembly`, +To build the Aqua compiler, clone the repo & run `sbt assembly`, or simply download the latest JAR file from the [releases](https://github.com/fluencelabs/aqua-hll/releases) page. -It requires `java` to run Aquamarine compiler from the command line: +It requires `java` to run Aqua compiler from the command line: ```commandline java -jar aqua-hll.jar path/to/input/dir path/to/output/dir