# jupyter-xeus/xeus-cling

Jupyter kernel for the C++ programming language

Repository: https://github.com/jupyter-xeus/xeus-cling
Canonical: https://ross.abutalabs.com/products/xeus-cling
Language: C++
License: BSD-3-Clause
License Family: permissive
Topics: c-plus-plus-14, jupyter-kernels
Last push: 2025-10-27T21:39:41+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 49, release rhythm 35, longevity 100
- inputs: {"age_days": 3422, "days_push": 310, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3294, forks 315 (observed 2026-08-28T04:07:54.066712+00:00)

## What it is
xeus-cling is a Jupyter kernel for the C++ programming language, built on the Cling C++ interpreter and the native xeus implementation of the Jupyter protocol. It lets users run C++ code interactively in Jupyter Notebook or JupyterLab.

## Use cases
- run c++ interactively in jupyter notebooks
- teach c++ in a notebook environment
- prototype c++ code without compiling full projects
- explore c++ standard library features in a repl
- create executable c++ tutorials and documentation

## When to choose
- you want an interactive C++ REPL inside Jupyter Notebook or JupyterLab
- you are teaching or learning C++ and want immediate feedback
- you need to mix C++ code cells with markdown documentation
- you work on Linux or macOS and use conda/mamba

## When to avoid
- you need Windows support, since no packages are provided
- you need the latest C++ standards beyond what Cling supports
- you want to build production C++ applications rather than experiment
- you cannot use conda/mamba and building from source is impractical

## Facets
- artifact type: plugin
- maturity: active
- function: interpreter, developer-tools, documentation
- domain: developer-tools, education, programming-languages
- platform: python, cpp, cross-platform
- tags: jupyter-kernel, cling, interactive-cpp, notebooks, repl, linux, macos

## Member repositories
- jupyter-xeus/xeus-cling (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:54.066712+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:22:43.935833+00:00, confidence not recorded.
  - readme: https://github.com/jupyter-xeus/xeus-cling (fetched 2026-08-28T04:07:54.066712+00:00, sha 16d52ca8f4c8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
