# ivov/lisette

A little language inspired by Rust that compiles to Go

Repository: https://github.com/ivov/lisette
Canonical: https://ross.abutalabs.com/products/lisette
Homepage: https://lisette.run
Language: Rust
License: MIT
License Family: permissive
Topics: compiler, go, programming-language, rust
Last push: 2026-08-23T19:36:06+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 86, longevity 11
- inputs: {"age_days": 165, "days_push": 10, "days_rel": 17, "gap_med": 1.0, "n_releases_24m": 65}
- flags: young
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1488, forks 38 (observed 2026-08-28T04:04:52.174959+00:00)

## What it is
Lisette is a small programming language inspired by Rust that compiles to readable Go, featuring Hindley-Milner type inference, algebraic data types, pattern matching, and Go interop with channels and goroutines. It ships as a compiler CLI with a linter, formatter, 250+ diagnostics, and an LSP for editors like VSCode, Neovim, Zed, and JetBrains.

## Use cases
- write type-safe code that compiles to go
- use rust-like syntax with the go ecosystem
- avoid nil pointer errors at compile time
- pattern matching and enums in a go-targeting language
- gradually adopt a safer language for go backends
- get lsp support for a new language in neovim or vscode

## When to choose
- you want Go's ecosystem and deployment story with stronger compile-time safety
- you like Rust's enums, pattern matching, and immutability but find Rust too complex
- you want readable Go output that interops with existing Go code

## When to avoid
- you need a mature, production-proven language with a large community
- your project depends heavily on Go tooling that assumes Go source
- you need full Go interop today, which is still a work in progress

## Facets
- artifact type: cli-tool
- maturity: active
- function: compiler, programming-language, linter, formatter, type-system
- domain: programming-languages, compilers, developer-tools, backend
- platform: windows, cli, cross-platform
- tags: transpiler, compiles-to-go, rust-inspired, algebraic-data-types, pattern-matching, lsp, go-interop, hindley-milner, linux, macos

## Member repositories
- ivov/lisette (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.174959+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:44.601044+00:00, confidence not recorded.
  - readme: https://github.com/ivov/lisette (fetched 2026-08-28T04:04:52.174959+00:00, sha c032b2cbd02c)
  - homepage: https://lisette.run (fetched 2026-08-29T11:39:48.932626+00:00, sha 1ee97f84f4c8)
  - site_page: https://lisette.run/docs/intro/quickstart (fetched 2026-08-29T11:39:48.942310+00:00, sha 07a26cf1db4c)
  - site_page: https://lisette.run/docs (fetched 2026-08-29T11:39:48.944293+00:00, sha 07a26cf1db4c)
  - registry_crates: https://crates.io/api/v1/crates/lisette (fetched 2026-08-29T11:39:48.946451+00:00, sha 1efbef6c9f7e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
