Ross ROSS = Recommend OSS · open-source software intelligence for agents

redplanetlabs/specter

Clojure(Script)'s missing piece observed · 2026-08-28

github.com/redplanetlabs/specter · Clojure · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 44
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 4206
  • days_rel: n/a
  • days_push: 337
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2622 stars · 105 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Specter is a Clojure/ClojureScript library for querying and transforming immutable nested and recursive data structures via composable 'navigators'. It delivers performance rivaling hand-optimized code while expressing complex manipulations concisely.

Use cases

  • transform nested maps and vectors in Clojure
  • query deeply nested immutable data structures
  • update specific elements inside recursive data
  • replace verbose get-in/update-in code with concise paths
  • prepend or insert into Clojure vectors and sequences
  • map functions over all values in a collection while preserving types

When to choose

  • you work heavily with nested or recursive immutable data in Clojure
  • you need faster alternatives to get-in and update-in
  • you want precise, type-preserving transformations of data structures
  • vanilla Clojure data manipulation code is becoming verbose and hard to maintain

When to avoid

  • your project is not in Clojure or ClojureScript
  • you only do simple flat data access that core Clojure handles fine
  • your team is unwilling to learn the navigator/path abstraction

Facets

library · maturity stable

serialization developer-tools programming-languages data-science jvm jvm-scripting clojure clojurescript immutable-data data-transformation navigators functional-programming algorithms

1 source

Member repositories

RepositoryRoleHealth v2
redplanetlabs/spectermain52

For agents

markdown · JSON · MCP: product_card(name="redplanetlabs/specter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem