# babashka/sci

Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs

Repository: https://github.com/babashka/sci
Canonical: https://ross.abutalabs.com/products/sci
Language: Clojure
License: EPL-1.0
License Family: copyleft
Topics: clojure, clojurescript, graalvm, interpreter, javascript, language, babashka
Last push: 2026-08-24T15:17:05+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 97, longevity 100
- inputs: {"age_days": 2579, "days_push": 9, "days_rel": 21, "gap_med": 21.5, "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 1381, forks 104 (observed 2026-08-28T04:04:33.970070+00:00)

## What it is
SCI is a small, configurable Clojure and ClojureScript interpreter for evaluating code from user input or building Clojure DSLs. It works on the JVM, GraalVM native images, ClojureScript with advanced compilation, and ClojureDart.

## Use cases
- safely evaluate user-supplied Clojure code
- embed a Clojure DSL in my application
- add a scripting/plugin engine to a Clojure app
- run Clojure in the browser from script tags
- build a Clojure REPL inside a native-image binary

## When to choose
- you need a sandboxed, configurable alternative to eval for Clojure code
- you want to embed a small Clojure dialect in JVM, JavaScript, or GraalVM native projects

## When to avoid
- you need full Clojure semantics and performance rather than a limited interpreter
- you want to interpret a language other than Clojure

## Facets
- artifact type: library
- maturity: active
- function: interpreter, programming-language, plugin-system
- domain: programming-languages, developer-tools, parsers
- platform: jvm, browser, jvm-scripting
- tags: clojure, clojurescript, graalvm, dsl, scripting, safe-eval, nodejs

## Member repositories
- babashka/sci (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.970070+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-30T04:40:09.933039+00:00, confidence not recorded.
  - readme: https://github.com/babashka/sci (fetched 2026-08-28T04:04:33.970070+00:00, sha 6dce90ac418c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
