A programming language where cleanup is not an afterthought.
later explores:
- Linear types for guaranteed resource cleanup
- Cancellation safety (all code is cancellable)
- Structured concurrency with task hierarchies
- Effects for control flow (errors, generators, cancellation)
- Fallible cleanup that the type system acknowledges
- Multistage programming (build → startup → runtime)
- Left-to-right evaluation (BODMAS is buried 🪦)
Early development. See docs/VISION.md for the design and docs/PLAN.md for implementation status.
cargo buildcargo testcargo run -- examples/int_literal.laterTBD