Guide

REPL

Use the REPL when you want to test a short snippet or inspect runtime behavior without building a full program. Start the REPL mutant Canonical Source This page is adapted from upstream README.md usage examples.

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

Use the REPL when you want to test a short snippet or inspect runtime behavior without building a full program.

Start the REPL

mutant

Canonical Source

This page is adapted from upstream README.md usage examples.