vgvassilev/cling
The interactive C++ interpreter Cling observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 95
- Release rhythm 38
- Longevity 100
Flags: no_license
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: 427
- age_days: 4601
- days_rel: 203
- days_push: 34
- n_releases_24m: 2
Adoption not part of the score
1808 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cling is an interactive C++ interpreter built on top of Clang and LLVM, implementing a read-eval-print loop (REPL) for rapid C++ development. It is developed primarily under the root-project organization and leverages Clang's compiler diagnostics for an interactive experience.
Use cases
- run C++ code interactively in a REPL
- experiment with C++ snippets without writing a full program
- rapid prototyping of C++ algorithms
- teach and learn C++ interactively
- incrementally load and test C++ libraries
- embed a C++ interpreter in an application
When to choose
- you want a REPL for C++ similar to Python's interactive shell
- you need on-the-fly C++ interpretation for teaching or prototyping
- you want to script C++ without a compile-link-run cycle
- you work with ROOT or scientific computing workflows that use Cling
When to avoid
- you need a production compiler rather than an interpreter
- you require a lightweight tool without heavy LLVM/Clang dependencies
- you need a stable binary release and cannot build from source
- your project targets only the latest C++ standards beyond what Cling supports
Facets
cli-tool · maturity active
interpreter compiler developer-tools cli developer-tools programming-languages compilers windows cpp cli repl clang llvm cpp-interpreter interactive-cpp jupyter command-line linux macos
1 source
- readme: https://github.com/vgvassilev/cling · fetched 2026-08-28 · f811a6dba39f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vgvassilev/cling | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="vgvassilev/cling")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem