c3lang/c3c

Compiler for the C3 language

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 11th, 2026
Created on July 31st, 2019
Open Issues & Pull Requests: 164 (+0)
GitHub issues: Enabled
Number of forks: 402
Total Stargazers: 5,814 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 156
New in 7 days: 8
Closed in 7 days: 0
Avg open age: 389 days
Stale 30+ days: 117
Stale 90+ days: 83

Recent activity

Opened in 7 days: 4
Closed in 7 days: 0
Comments in 7 days: 6
Events in 7 days: 18

Top labels

  • Fixed needs testing (635)
  • Bug (395)
  • Enhancement Request (234)
  • Accepted (139)
  • Discussion needed (109)
  • Stdlib (85)
  • Additional info please (71)
  • Not planned (53)

Detailed Description

C3c is a compiler for the C3 language, a general-purpose programming language designed for building fast native software.

C3 addresses the need for a modernized evolution of C that retains its familiar syntax and semantics while adding ergonomic features for contemporary development. The language maintains full ABI compatibility with C, allowing C and C3 code to be mixed in the same project without additional effort. Key additions include a module-based namespace system, slices, operator overloading, compile-time reflection and execution, generics based on generic modules, result-based error handling, defer statements, value methods, and associated enum data. The language removes the preprocessor and reduces undefined behavior through optional safe mode with runtime checks.

C3 suits developers seeking to write systems software, applications, games, tools, servers, and libraries with C-like performance and control but with modern language conveniences. It is particularly valuable for projects that need to interoperate with existing C codebases. The compiler provides precompiled binaries for Windows x64, Linux x64, macOS Arm64, and OpenBSD x64, and can be built from source on Windows, macOS, Linux, OpenBSD, and NetBSD. The language is positioned as an iteration on C rather than a complete reimagining, making it accessible to C programmers.

Open issues originate from both the core team and outside users, indicating adoption beyond the maintainers without an overwhelming external support burden. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on three primary categories: fixes requiring testing, bug reports, and enhancement requests.