← HomeLogin
A little language inspired by Rust that compiles to Go
~dev.sourcegolangprogramming languagesrust
github.com Apr 7, 2026

Summary

[Lisette is:]

Safe and expressive:

  • Hindley-Milner type system
  • Algebraic data types, pattern matching
  • Expression-oriented, immutable by default
  • Rust-like syntax plus |> operator and try blocks
  • Go-style interfaces, channels, goroutines

Quietly practical:

  • Interop with Go standard library
  • Linter, formatter, 250+ diagnostics
  • Fast incremental compiler, readable Go
  • LSP support for VSCode, Neovim, and Zed