orangeduck/Cello
Higher level programming in C observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5159
- days_rel: n/a
- days_push: 640
- n_releases_24m: 0
Adoption not part of the score
7128 stars · 386 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Cello is a C library that adds a higher-level runtime system to C, providing generic data structures, polymorphism, interfaces/type classes, optional garbage collection, exceptions, and reflection. It works seamlessly alongside standard C code using tagged fat pointers compatible with normal C pointers.
Use cases
- write generic data structures in C
- add garbage collection to C programs
- use interfaces and type classes in C
- handle exceptions in C
- get reflection and runtime type information in C
- write polymorphic functions in C
When to choose
- you want higher-level abstractions while staying in C
- you need generic collections and iteration in C
- you want optional garbage collection without changing compilers
- you want to interoperate with existing C code and tooling
When to avoid
- you need a non-restrictive license (license is custom/NOASSERTION)
- you need maximum performance with zero runtime overhead
- your team prefers plain idiomatic C or a language with native abstractions like C++ or Rust
- you need a large active community or frequent updates
Facets
library · maturity maintenance
programming-language concurrency error-handling developer-tools programming-languages developer-tools windows cross-platform c high-level-c runtime-system garbage-collection generic-data-structures type-classes reflection fat-pointers algorithms linux macos
4 sources
- readme: https://github.com/orangeduck/Cello · fetched 2026-08-28 · f4f5b2cc5b6e
- homepage: http://libcello.org/ · fetched 2026-08-29 · ed0ec01ce889
- site_page: https://libcello.org/learn/installation · fetched 2026-08-29 · 92ce4f49bb5f
- site_page: https://libcello.org/learn/quickstart · fetched 2026-08-29 · c7bce5ca8c83
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| orangeduck/Cello | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="orangeduck/Cello")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem