c3lang/c3c
Compiler for the C3 language observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- Longevity 100
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: 32.0
- age_days: 2590
- days_rel: 21
- days_push: 7
- n_releases_24m: 23
Adoption not part of the score
5778 stars · 396 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
c3c is the official compiler for the C3 programming language, an evolution of C with modern features like modules, generics, error handling, and built-in slices while keeping full C ABI compatibility. It is built on an LLVM backend and provides project management, build, and run commands via a single command-line tool.
Use cases
- compile a modern C-like systems language to native binaries
- incrementally convert a C project to a safer language with C ABI compatibility
- write games or native applications with C-level performance
- learn an ergonomic alternative to C with optionals and defer
- mix C3 code into an existing C/C++ codebase
- scaffold and build multi-module projects with c3c init and c3c run
When to choose
- you want C-like performance and syntax with modern ergonomics like modules, generics, and error handling
- you need seamless interoperability with existing C libraries and ABI compatibility
- you want fast compilation times and an integrated build system without external tooling
- you are a C programmer looking for a gentle evolution rather than a paradigm shift
When to avoid
- you need memory safety guarantees like Rust's borrow checker or RAII
- you require object-oriented programming with classes and exceptions
- you need a mature, battle-tested language with a large ecosystem and long-term stability guarantees
- your team depends on tooling or libraries that only exist for mainstream languages
Facets
cli-tool · maturity active
compiler programming-language build-tool cli programming-languages compilers developer-tools windows bsd cli cross-platform c3-language llvm-backend c-abi-compatibility systems-programming native-code systems linux macos
10 sources
- readme: https://github.com/c3lang/c3c · fetched 2026-08-28 · 459cb79acd8c
- homepage: https://c3-lang.org · fetched 2026-08-29 · a634b1687045
- site_page: https://c3-lang.org/getting-started/introduction · fetched 2026-08-29 · 4928c1b04fc8
- site_page: https://c3-lang.org/getting-started/hello-world · fetched 2026-08-29 · cc08d5614c4c
- site_page: https://c3-lang.org/getting-started/compile · fetched 2026-08-29 · c61b8a0df0dc
- site_page: https://c3-lang.org/getting-started/prebuilt-binaries · fetched 2026-08-29 · 3455f91d0455
- site_page: https://c3-lang.org/getting-started/projects · fetched 2026-08-29 · 826df96d05df
- site_page: https://c3-lang.org/faq/allfeatures · fetched 2026-08-29 · 2be6fc4e3ab0
- site_page: https://c3-lang.org/faq · fetched 2026-08-29 · 3ad058404f3c
- site_page: https://c3-lang.org/faq/compare-languages · fetched 2026-08-29 · c0ecffadf88d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| c3lang/c3c | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem