locus

Locus Documentation

Welcome—this is the canonical guide to the Locus language, compiler, and tooling. Everything here is written for clarity and fast iteration. If something feels ambiguous, it’s a bug: open an issue or send a PR.


Quick Navigation

Introduction

Getting Started & Guides

Language Reference

Toolchain & Operations

Architecture & Internals


How to Use This Site

Experimental modules (like Workflows) clearly mark what’s implemented vs planned so you can adopt them confidently.


Contributing & Feedback

Locus values precise errors and deterministic output. If you encounter unclear wording, missing examples, or discover divergence between docs and behavior, please:

  1. Create an issue (include snippet + observed output), or
  2. Open a PR with a concise doc patch.

We keep docs testable: many code blocks are parsed in CI. When adding new code snippets, prefer minimal, self-contained examples.

Build boldly; the compiler will tell you when you stray.