jfecher/ante
A safe, easy systems language observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4040
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
2335 stars · 115 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ante is a low-level functional systems programming language exploring safe shared mutability, algebraic effect handlers, ownership/borrowing, and traits via implicits. This repository contains its compiler, written in Rust with an optional LLVM backend, and is still in an early, actively developed state.
Use cases
- compile a functional systems language to native code via LLVM
- explore algebraic effects and effect handlers in a systems language
- write memory-safe low-level code without Rust's borrow checker friction
- experiment with safe shared mutability and shared types
- learn how a compiler with ownership and refinement types is implemented
- try a language that mixes high-level ergonomics with low-level control
When to choose
- you want to experiment with novel language features like effects and safe shared mutability
- you need unboxed, low-level types with memory safety
- you want to contribute to or study an early-stage compiler written in Rust
- you prefer readable functional syntax over Rust's for systems programming
When to avoid
- you need a production-ready, stable language for shipping software
- you require mature tooling, package ecosystem, or long-term support
- you cannot install LLVM 21.1 or build from source
- you need guaranteed language stability - designs may change significantly
Facets
cli-tool · maturity experimental
compiler programming-language type-system programming-languages compilers developer-tools windows rust cpp systems-language functional-language llvm-backend effect-handlers ownership-borrowing refinement-types memory-safety ante linux macos
9 sources
- readme: https://github.com/jfecher/ante · fetched 2026-08-28 · 06e9222b3ed2
- homepage: http://antelang.org · fetched 2026-08-29 · 70c009b97072
- site_page: https://antelang.org//docs/ideas · fetched 2026-08-29 · db410c438677
- site_page: https://antelang.org//docs/roadmap · fetched 2026-08-29 · 2bdc47ff19e7
- site_page: https://antelang.org//docs/faq · fetched 2026-08-29 · 78ae910ed6a6
- site_page: https://antelang.org/docs/roadmap · fetched 2026-08-29 · 2bdc47ff19e7
- site_page: https://antelang.org/docs/language · fetched 2026-08-29 · 3e56b8648363
- site_page: https://antelang.org/docs/ideas · fetched 2026-08-29 · db410c438677
- site_page: https://antelang.org//docs/language · fetched 2026-08-29 · 3e56b8648363
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jfecher/ante | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem