Guide
Getting Started
A quick Mutant workflow for verifying installation, opening the REPL, and compiling a first program.
This quickstart focuses on the latest stable Mutant workflow.
Verify Installation
mutant -h
Start the REPL
mutant
Run Your First Program
Create hello.mut and compile it:
mutant hello.mut
mutant hello.mu
Release Builds
Create a self-contained executable from source:
mutant release -src hello.mut
Canonical Source
This page is adapted from upstream aoiflux/mutant README.md.