LiveDocsGodotESP32BlogGitHub
Reference

Language

Akkado syntax: pipes, operators, variables, closures.

Pipes & Holes

The pipe operator (|>) and hole (@) define Akkado's signal flow model.

Read

Variables & Assignment

Variables store values for reuse throughout your patch.

Read

Operators

Akkado uses operators for arithmetic, comparison, logic, and signal flow.

Read

Closures

Closures are anonymous functions that capture their environment. They connect patterns to synthesis.

Read

Conditionals & Logic

Signal-rate decision-making: compare signals, combine boolean signals with AND/OR/NOT, and pick between two signals based on a condition. Every operation run…

Read

Records

A record is a value that bundles named fields together. Records are immutable: each operation that "modifies" a record produces a new record. They show up in…

Read

Arrays

Arrays are ordered, fixed-size collections of values. They are the primary way to express parallel signal flows in Akkado: every element of an array becomes…

Read

Method Calls (UFCS)

Akkado supports method-call syntax for any callable in scope, built-in or user-defined. The form

Read
Community · Press · GitHub
Sponsor

MIT License · © 2026 nkido