Key design goals: No runtime, no GC — like C. No hidden heap allocations unless you write them. No exceptions (errors are returned explicitly). String and container types are explicit — you can always ...