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.
- Add to a listAppend a value while keeping list types checked.
- 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 and connect event sources without changing the base language.