Readable programs
Programs you can read first.
Each example is a small page. One idea, one sentence shape, one path forward.
- Gather numbersCreate a numeric range.
- Filter valuesReduce a list by a condition.
- Records and iterationStore structured values and walk through them.
- Reactive handlersListen for events and respond.
- Domain packsExtend vocabulary without changing the base language.