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

clojure/clojure

The Clojure programming language observed · 2026-08-28

github.com/clojure/clojure · homepage · Java observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license no_readme

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: 5909
  • days_rel: n/a
  • days_push: 8
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10954 stars · 1533 forks observed · 2026-08-28

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

Clojure is a dynamic, general-purpose Lisp dialect for the JVM that compiles to Java bytecode while remaining fully dynamic at runtime. It emphasizes functional programming with immutable persistent data structures and built-in concurrency support via software transactional memory and agents.

Use cases

  • write concurrent programs without locks
  • build JVM applications with a dynamic Lisp
  • functional programming with persistent data structures
  • interoperate with Java libraries
  • rapid REPL-driven development
  • build scalable backend services on the JVM

When to choose

  • you want a Lisp on the JVM with access to Java frameworks
  • you need robust multithreaded designs with immutable data and STM
  • you value interactive REPL-driven development with compiled performance

When to avoid

  • you need a language with no JVM dependency (consider ClojureScript or ClojureCLR instead)
  • your team requires static typing or mainstream object-oriented idioms
  • you need a large pool of readily available developers

Facets

library · maturity stable

programming-language compiler interpreter concurrency programming-languages developer-tools jvm cross-platform lisp functional-programming jvm-language dynamic-language immutable-data-structures software-transactional-memory macros homoiconic clojureclr clojurescript

5 sources

Member repositories

RepositoryRoleHealth v2
clojure/clojuremain77

For agents

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

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