ImplementedPrismio 0.1.0
Prismio tutorials
Step-by-step Prismio 0.1 lessons for a first complete program and explicit owned-data design.
Last verified
Implemented. Available in the audited Prismio 0.1.0 compiler. Pre-1.0 syntax may still change.
Tutorials teach Prismio by building complete programs in a deliberate order. Every primary program is checked against compiler 0.1.0 and avoids features marked Coming Soon.
- Your first complete program introduces a typed helper, mutable accumulator, half-open range, branching, console output, and intentional compiler errors.
- Model owned data introduces nominal structs, default borrowing,
inoutmutation,sinktransfer, and use-after-move diagnostics.
Install and verify the compiler first using Getting Started. After the tutorials, browse the language reference by topic, use guides for multi-feature workflows, and copy smaller programs from verified examples.