The guide

Twelve pages, in reading order. Each one walks the same eight steps — what the problem is, an analogy for it, the mechanics, why it was built this way, what it costs, when you reach for it, and examples you can run — because a decision is only worth reading if you can see what it cost.

What the language refuses is usually the interesting part.

Writing pages? BMX — the markup format Burxt renders — has its own guide at bmx.burxt-lang.org: how to write a document, how to turn it into a page, and how a view gets checked before the page exists.

Looking for one thing rather than reading? The reference has every keyword, builtin, command and standard-library function, with a search box — and it is generated by reading the compiler, so it cannot fall behind the language.

Running code beats prose: the examples page shows programs beside exactly what the compiler does with them, and every one of those results was recorded by running it.