carbon-language/carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 1st, 2026
Created on April 27th, 2020
Open Issues & Pull Requests: 256 (+0)
GitHub issues: Enabled
Number of forks: 1,718
Total Stargazers: 33,885 (+0)
Total Subscribers: 399 (+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: 138
New in 7 days: 6
Closed in 7 days: 0
Avg open age: 394 days
Stale 30+ days: 120
Stale 90+ days: 88

Recent activity

Opened in 7 days: 6
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 3

Top labels

  • toolchain (112)
  • leads question (90)
  • inactive (49)
  • long term issue (43)
  • good first issue (18)
  • design idea (14)
  • examples-2026 (7)
  • infrastructure (7)

Detailed Description

Carbon Language is an experimental successor to C++ that aims to address the language's technical debt while maintaining performance and interoperability with existing C++ code.

Carbon tackles the problem that C++ has accumulated decades of technical debt making incremental improvements extremely difficult, while modern alternatives like Rust, Go, and Swift create barriers to adoption for existing C++ codebases. Rather than trying to evolve C++ itself, Carbon starts with solid language foundations including a modern generics system, modular code organization, and consistent syntax. It is designed specifically for interoperability with C++, enabling developers to work with existing C++ code including inheritance and templates, and to integrate with current C++ build systems.

Adoption of Carbon is appropriate for teams maintaining large performance-critical C++ codebases who want modern language features without abandoning their existing codebase or accepting performance overhead. The project explicitly states that developers who can use existing modern languages should do so; Carbon targets the specific niche of C++ migration. The tool offers performance matching C++ through LLVM compilation, low-level access to bits and addresses, and fast scalable builds. It provides a batteries-included ecosystem including a compiler, libraries, documentation, tools, and a package manager. The README emphasizes that Carbon is not ready for use and remains experimental.

The project maintains active development with regular design discussions and implementation work across the compiler and language specification. Community governance structures are documented and the project actively solicits contributions through clear contribution guidelines. Development spans both the core language implementation in C++ and supporting tooling, with ongoing refinement of language semantics and interoperability mechanisms.