zenc-lang/zenc
Write like a high-level language, run like C. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 97
- Release rhythm 75
- Longevity 16
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 234
- days_rel: 166
- days_push: 20
- n_releases_24m: 8
Adoption not part of the score
4311 stars · 221 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Zen C is a modern, strictly typed systems programming language that transpiles to human-readable GNU C/C11, offering type inference, pattern matching, generics, traits, async/await, and RAII-style memory management with full C ABI compatibility. This repository contains the core compiler (`zc`), CLI, REPL, and standard library.
Use cases
- write systems code with modern ergonomics that compiles to C
- transpile a high-level language to readable C11
- use pattern matching and traits in the C ecosystem
- call C libraries with zero FFI friction
- build embedded or kernel-level software with a modern language
- learn compiler and language design with an open-source toolchain
When to choose
- you want C-level performance and ABI compatibility with a modern type system
- you need transparent compilation output without hidden runtime black boxes
- you target kernel dev, game engines, embedded systems, or HFT
- you want async/await and generics while staying in the C toolchain (GCC/Clang/TCC)
When to avoid
- you need a mature, battle-tested language with large ecosystem and long-term support
- your team requires guaranteed compiler stability or formal specification compliance
- you need IDE support beyond early-stage tooling (VS Code extension is alpha)
- you want garbage collection or a managed runtime
Facets
cli-tool · maturity active
compiler programming-language cli interpreter linter testing programming-languages compilers developer-tools windows cli cpp transpiler c-abi systems-programming lsp repl raii pattern-matching async-await comptime misra systems linux macos
4 sources
- readme: https://github.com/zenc-lang/zenc · fetched 2026-08-28 · f907e0265840
- homepage: https://www.zenc-lang.org/ · fetched 2026-08-29 · a1e089b3834e
- site_page: https://docs.zenc-lang.org/ · fetched 2026-08-29 · b1fc42547380
- site_page: https://docs.zenc-lang.org · fetched 2026-08-29 · b1fc42547380
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zenc-lang/zenc | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem