jlongster/transducers.js
A small library for generalized transformation of data (inspired by Clojure's transducers) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4367
- days_rel: n/a
- days_push: 3370
- n_releases_24m: 0
Adoption not part of the score
1719 stars · 54 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library implementing Clojure-style transducers for generalized data transformation across arrays, objects, iterators, and immutable data structures. It composes map/filter/take transformations without intermediate collections for better performance.
Use cases
- compose map filter take transformations over any collection
- transform data without intermediate arrays for performance
- apply the same transformation to arrays, objects, and iterators
- process infinite generators with early termination
- work with immutable-js data structures using one transformation pipeline
When to choose
- you want Clojure-style transducers in JavaScript
- you need high-performance chained transformations without intermediate collections
- you need one transformation pipeline that works across multiple data structure types
When to avoid
- you need a maintained library with recent updates or active support
- you just need simple array operations that native JS or lodash already cover
- you need lazy streams with rich operators rather than transducer semantics
Facets
library · maturity abandoned
serialization developer-tools data-science browser transducers functional-programming data-transformation iterators immutable-js algorithms nodejs javascript
2 sources
- readme: https://github.com/jlongster/transducers.js · fetched 2026-08-28 · f5310a0c6175
- registry_npm: https://registry.npmjs.org/transducers.js · fetched 2026-08-29 · 4b54c8d3f94d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jlongster/transducers.js | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jlongster/transducers.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem