Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 568 Bytes

Aqua

Aqua is a programming language for data stream analytics.

Installation

Install Rust and then:

cargo install aqua --git=https://github.com/aqua-language/aqua

Usage

aqua
>> 1 + 1;
2

Links

Editor Plugins

If you are using Neovim, you can use the aqua-nvim plugin for syntax highlighting.