Lisette a little language inspired by Rust that compiles to Go
Summary
Lisette is a Rust-inspired language that compiles to Go, featuring algebraic data types, pattern matching, a Hindley-Milner type system, and immutability by default, with strong interoperability with Go's ecosystem. The article provides Rust-like syntax examples and shows how Lisette code maps to Go, including safe error handling, pipeline style, and ergonomic features. It also invites readers to explore the GitHub repository and learn more about its design and tooling.