Lammergeier Lang
A typed, Python-flavoured programming language that compiles to Go.
Lammergeier pairs Python's readability with Go's
tooling and runtime performance. Write
.lam source files with type
annotations, classes, comprehensions, pattern
matching, generators, and async/await; the
compiler turns them into idiomatic Go and hands
that off to go build. The output is a
native binary — no VM, no GC surprises, no
runtime layer.
This site requires JavaScript for the in-browser docs viewer + search. Direct doc links: