# candid82/joker

Small Clojure interpreter, linter and formatter.

Repository: https://github.com/candid82/joker
Canonical: https://ross.abutalabs.com/products/joker
Homepage: https://joker-lang.org/
Language: Go
License: EPL-1.0
License Family: copyleft
Topics: clojure, linter, golang, interpreter
Last push: 2026-08-23T02:52:39+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 3552, "days_push": 10, "days_rel": 11, "gap_med": 17.0, "n_releases_24m": 15}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1767, forks 71 (observed 2026-08-28T04:05:33.621716+00:00)

## What it is
Joker is a small Clojure dialect interpreter written in Go that also serves as a Clojure/ClojureScript linter and formatter. It offers fast startup, a REPL, script execution, and editor integrations for on-the-fly code checking.

## Use cases
- lint clojure code for syntax errors and arity mismatches
- run clojure scripts with fast startup
- format clojure source files
- try out clojure expressions in a lightweight repl
- check clojurescript code in editors
- write small scripting utilities in clojure

## When to choose
- you need a fast-starting clojure interpreter for scripting
- you want lightweight clojure linting without a full JVM
- you need a clojure formatter in CI or editors

## When to avoid
- you need full Clojure/JVM compatibility and libraries
- you need high-performance compiled clojure
- you need a complete clojure development environment

## Facets
- artifact type: cli-tool
- maturity: active
- function: interpreter, linter, formatter, cli
- domain: programming-languages, developer-tools, text-editors
- platform: windows, cross-platform, cli
- tags: clojure, clojurescript, golang, repl, scripting-language, editor-integration, command-line, macos, linux

## Member repositories
- candid82/joker (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:33.621716+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-30T03:26:24.333904+00:00, confidence not recorded.
  - readme: https://github.com/candid82/joker (fetched 2026-08-28T04:05:33.621716+00:00, sha a80581d34947)
  - homepage: https://joker-lang.org/ (fetched 2026-08-29T11:04:43.894583+00:00, sha a9a1e98c0a2d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
