1. Install
Start on the install page, pick your operating system, and run the matching command exactly once. After installation, verify that `kira --version` works from a fresh terminal.
Documentation
This docs area gives you a focused way to explore installation, syntax, examples, and the language workflow.
Start on the install page, pick your operating system, and run the matching command exactly once. After installation, verify that `kira --version` works from a fresh terminal.
Once the toolchain is working, look at the syntax guide. It covers the core pieces most people want first: values, functions, mutation, and simple data types.
Finish with the examples page. It connects the syntax guide to real code so you can see how small snippets grow into actual programs and apps.
The docs are intentionally short and navigable. Instead of one giant wall of text, each page focuses on one question: how to install, how the syntax reads, or what real code looks like.
Kira's pitch here is clarity. These docs mirror that by keeping the explanations close to the code and only introducing terminology when it helps you understand what is happening.