# clojure/clojure

The Clojure programming language

Repository: https://github.com/clojure/clojure
Canonical: https://ross.abutalabs.com/products/clojure
Homepage: https://clojure.org
Language: Java
License Family: other
Last push: 2026-08-25T19:26:35+00:00

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

## Adoption (not part of the score)
Stars 10954, forks 1533 (observed 2026-08-28T04:10:44.821900+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: programming-language, compiler, interpreter, concurrency
- domain: programming-languages, developer-tools
- platform: jvm, cross-platform
- tags: lisp, functional-programming, jvm-language, dynamic-language, immutable-data-structures, software-transactional-memory, macros, homoiconic, clojureclr, clojurescript

## Member repositories
- clojure/clojure (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:44.821900+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-29T17:17:18.159025+00:00, confidence not recorded.
  - homepage: https://clojure.org (fetched 2026-08-29T08:16:02.056164+00:00, sha 6a0ad06b63af)
  - site_page: https://clojure.org/about/rationale (fetched 2026-08-29T08:16:02.059044+00:00, sha 964c733dd85e)
  - site_page: https://clojure.org/reference/documentation (fetched 2026-08-29T08:16:02.061191+00:00, sha cdde0d5257d4)
  - site_page: https://clojure.org/about/clojureclr (fetched 2026-08-29T08:16:02.065554+00:00, sha 04552e665d75)
  - site_page: https://clojure.org/releases/downloads (fetched 2026-08-29T08:16:02.063663+00:00, sha df8e7ac9f418)
- Data as of 2026-08-30T08:39:29.467469+00:00.
