Reference
Core concepts¶
- A project is a set of
.ltfiles, organized as a tree of modules. - A program is compiled code with typed input and output.
- A runner is an execution target (interpreter, DuckDB, PostgreSQL).
- The binary format carries inputs and outputs across the runner boundary.