Home
A lightweight dynamic programming language written in Rust
Kyro is a dynamic, lightweight programming language built in Rust, originally inspired by the Lox language from Crafting Interpreters. It features an interpreted tree-walk architecture with a static resolution pass, compiled string interpolation, and a namespace-isolated standard library.
The language is designed for simplicity and extensibility, supporting object-oriented programming (OOP), structured exception handling, and first-class collection types like lists and dictionaries.