This is the reference index for what the Mica compiler actually does. Each entry is a single page covering one capability: the problem it solves, what it looks like in code, what the compiler guarantees — and, in a section every page carries, what it deliberately does not promise.

Status marks what has shipped. shipped means it is in the released compiler and covered by the test corpus; building means it is merged but still growing; designed means the specification is settled and the implementation is not started.

shipped 15

Memory and lifetime

Concurrency

Language and types

Code generation

Platform and interop

Engineering and verification