swannodette/mori
ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 70
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5228
- days_rel: n/a
- days_push: 180
- n_releases_24m: 0
Adoption not part of the score
3369 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mori is a bridge library exposing ClojureScript's persistent data structures (vectors, maps, sets, lists) and supporting functional API to vanilla JavaScript. It provides efficient immutable collections with value-based equality and uniform iteration for JavaScript and Node.js programs.
Use cases
- use immutable data structures in JavaScript without cloning
- get Clojure-style persistent vectors and maps in Node.js
- value-based equality for JavaScript collections
- functional programming with map, reduce, filter in vanilla JS
- benchmark immutable data structure libraries against Immutable.js
- avoid defensive copying when sharing state between modules
When to avoid
- you prefer a method-based immutable API like Immutable.js
- you need a tiny bundle and cannot afford ~6K extra gzipped
- your project is TypeScript-first with strict typing needs
- you need actively developed features rather than a stable library
Facets
library · maturity maintenance
serialization developer-tools web-development programming-languages browser immutable-data-structures persistent-data-structures clojurescript functional-programming nodejs javascript
2 sources
- readme: https://github.com/swannodette/mori · fetched 2026-08-28 · f620de90c1fa
- homepage: http://swannodette.github.io/mori · fetched 2026-08-29 · 3ede2cc44352
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| swannodette/mori | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="swannodette/mori")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem