Docs
Tao is deliberately small: seventeen keywords, one loop, one switch, and a syntax that is the expression itself.
Guides
- Syntax — comments, literals, keywords, operators, and how a program is structured.
- Values — the six built-in values, truthiness, and operators.
- Data Types — define your own types with
data, construct instances, and access fields. - Variables —
let,let mut,const, destructuring, and assignment. - Control Flow & Errors —
if,switch,loop,leave,return, and errors as values. - Functions & Modules — functions, anonymous functions, receiver methods, and
package/import.
Reference
- Getting Started — install, run a script, open the console.
- Modules (API) — the standard modules.
- FAQ — common questions and answers.