Clear for humans. Easy for AI.
Keyword-closed blocks, explicit type boundaries, and no implicit conversions keep code predictable to read — so an AI model can start from existing code with no special training.Deeper mechanisms, like associated extensions, still take a hint.
if n <= 1 then n else fib(n - 1) end