Guide

Getting Started

A quick Mutant workflow for verifying installation, opening the REPL, and compiling a first program.

Source repo
aoiflux/mutant
Source path
README.md
Last reviewed
2026-07-03
Freshness tier
high

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.