jussi-kalliokoski/trine
A utility library for modern JavaScript. 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4103
- days_rel: n/a
- days_push: 2428
- n_releases_24m: 0
Adoption not part of the score
1411 stars · 32 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Trine is a functional programming utility library for modern JavaScript, in the vein of lodash, underscore, and Ramda. It structures utilities to work with the proposed function bind operator (::), placing data as the `this` parameter to enable fluent, pipeline-style composition over arrays and ES6 iterators.
Use cases
- write functional-style data transformation pipelines in JavaScript
- compose array and iterator transformations fluently
- use utility functions with the ES bind operator
- replace lodash with a functional-first utility library
- work with ES6 iterators and generators functionally
When to choose
- you use the function bind syntax proposal and want utilities designed for it
- you prefer data-last/this-based functional composition over lodash's argument style
- you work heavily with ES6 iterators and generators
When to avoid
- you need a maintained library with active support
- you don't use the bind operator, since the API is awkward without it
- you need a battle-tested production utility library like lodash or Ramda
Facets
library · maturity abandoned
developer-tools developer-tools web-development browser functional-programming utility-library es6 iterators bind-operator lodash-alternative nodejs javascript
2 sources
- readme: https://github.com/jussi-kalliokoski/trine · fetched 2026-08-28 · 8b8a9d687ba9
- registry_npm: https://registry.npmjs.org/trine · fetched 2026-08-29 · 8870b7743c06
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jussi-kalliokoski/trine | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jussi-kalliokoski/trine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem