EXAMPLES
Worked examples.
Each example is a complete, runnable Anglish program drawn from the technical paper. They build progressively from a single space to compositions across the five space types.
- A toy checkout spaceThe simplest real Anglish program — one UI space, one data binding.Example 7.1
- Composing forms with $use()Two independent UI spaces stitched into one panel — without nesting, without coupling.Example 7.3
- Event-driven camera captureAn IO space with full device lifecycle and fault recovery, no driver code.Example 7.4
- CSV → JSON in a FUNC spaceA deterministic pipeline with explicit routing and persistence.Example 7.6
- Customer support routing (AGENTIC)An LLM-routed space that interprets free-form requests and dispatches to deterministic tasks.Example 7.8