Skip to content
Prismio docs
Prismio 0.1.0Compiler-audited reference

One source of truth for Prismio.

Documentation derived from the self-hosted compiler and its tests—written for developers, searchable by machines, and honest about what has not shipped.

Documentation status

Implemented

Native compiler, core language, ownership, imports, FFI

Experimental

AIF memory policy and WebAssembly targeting

Coming Soon

Traits, generics, packages, std modules, concurrency

Learning path

From zero to owned data.

A short route through the toolchain and the language rules that matter first.

  1. 01Install and bootstrapConfigure LLVM 22 and build the self-hosted compiler.
  2. 02Write a complete programUse functions, ranges, mutable bindings, and output.
  3. 03Understand ownershipLearn default borrows, sink transfers, inout, and drop.

Canonical reference

Find the rule, not a guess.

102 versioned Markdown pages