LearnStart

Start

Set up Musi, write the first file, and learn how to read code.

Start with one small Musi file. You do not need a full app first. A small file is enough to learn how names, values, and expressions fit together.

Think of a Musi file like a short recipe card. Each name gives one ingredient or one step. The final expression is the plate you put on the table.

The first pages show how to install the tools, read a file from top to bottom, bind names with let, use sequence expressions, and change a value with mut when change is useful.

By the end of this part, you can open a small file and say what each line gives to the next line.