plumatic/plumbing
Prismatic's Clojure(Script) utility belt observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 29
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 4969
- days_rel: n/a
- days_push: 429
- n_releases_24m: 0
Adoption not part of the score
1502 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Prismatic's Clojure/ClojureScript utility belt, best known for its Graph library that lets you declaratively specify structured computations as maps of keyword functions and compile them into efficient functions. It also includes plumbing.core, a collection of commonly used helper functions and macros like fnk.
Use cases
- declare a dataflow computation as a map of steps and compile it to a function
- share intermediate computation results without manual let-binding plumbing
- validate and analyze the structure of a multi-step computation
- use handy Clojure core helper functions like fnk and sum
- run the same computation graph in Clojure and ClojureScript
When to choose
- you are writing Clojure or ClojureScript and want a declarative way to express dependency-ordered computations
- you want to compose, monitor, or swap implementations of steps in a structured computation
- you want a small, battle-tested utility namespace used widely in the Clojure ecosystem
When to avoid
- you need a maintained general-purpose dataflow engine with active development and guarantees
- you are not on the JVM or ClojureScript
- you need a full reactive/streaming framework rather than a compile-once computation graph
Facets
library · maturity maintenance
developer-tools workflow-automation serialization developer-tools jvm jvm-scripting clojure clojurescript graph fnk utility-belt dataflow algorithms functional-programming
1 source
- readme: https://github.com/plumatic/plumbing · fetched 2026-08-28 · 1bb95d32f744
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| plumatic/plumbing | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="plumatic/plumbing")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem