Docs
Language and workflow guides based on the current compiler, examples, and CLI implementation.
Language
Bindings, blocks, strings, and core syntax.
Primitive values, lists, dicts, optionals, and inference.
Named functions, lambdas, locals, and return values.
Custom data types with named fields.
Type parameters for functions and structs.
Use `case` to branch on variants and values.
Typed errors, `throw`, and `catch` blocks.
Split code across files and import stdlib modules.
Write `test` blocks and use `std.assert`.