Getting Started
Installation
From Source
cargo install --git https://github.com/aiken-lang/aiken.git
cargo
is a package manager for Rust. To install it, please refer to the
Rust book (opens in a new tab)
From Nix Flakes
nix build .#aiken
QuickStart
aiken --help
Editor Integrations
The following plugins provide syntax highlighting and indentation rules for Aiken.
Editor | Plugin |
---|---|
VSCode | aiken-lang/editor-integration-vscode (opens in a new tab) |
Vim/Neovim | aiken-lang/editor-integration-nvim (opens in a new tab) |