lingo-lang.org
Free package host for Lingo, a statically-typed functional language designed primarily for AI agents to author.
Status
Bootstrapping. Lingo is in Phase 1 (the language itself); packages will land here as the marketplace work begins in Phase 2-3.
How packages will be served
Each package lives at a URL of the form:
lingo-lang.org/packages/<name>/<version>/
Imported from Lingo source as:
import lingo-lang.org/packages/postgres@1.0.0 { connect, Pool }
Hash-pinned in lingo.lock; trust-namespaced in lingo.toml. See the Lingo project for the full marketplace design.
Other discovery sites
lingo-lang.org is one curated discovery layer; the package distribution model is decentralised. Anyone can host packages at any URL and Lingo's import grammar accepts them all.
Links
- github.com/martlingo - the language source + curated reference packages
- martlingo.com - the marketplace and platform