Reference
Use the reference when you want exact information about Lutra. It is organized for lookup, not as a tutorial.
Project concepts¶
The project reference is centered around four ideas:
- A project is a set of
.ltfiles. - A program is compiled code with typed input and output.
- A runner executes a compiled program.
- The binary format carries inputs and outputs across the runner boundary.