# jussi-kalliokoski/trine

A utility library for modern JavaScript.

Repository: https://github.com/jussi-kalliokoski/trine
Canonical: https://ross.abutalabs.com/products/trine
Language: JavaScript
License: ISC
License Family: permissive
Last push: 2020-01-09T17:32:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4103, "days_push": 2428, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1411, forks 32 (observed 2026-08-28T04:04:38.903387+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: developer-tools
- domain: developer-tools, web-development
- platform: browser
- tags: functional-programming, utility-library, es6, iterators, bind-operator, lodash-alternative, nodejs, javascript

## Member repositories
- jussi-kalliokoski/trine (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.903387+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:38:23.751214+00:00, confidence not recorded.
  - readme: https://github.com/jussi-kalliokoski/trine (fetched 2026-08-28T04:04:38.903387+00:00, sha 8b8a9d687ba9)
  - registry_npm: https://registry.npmjs.org/trine (fetched 2026-08-29T11:51:40.274412+00:00, sha 8870b7743c06)
- Data as of 2026-08-30T08:39:29.467469+00:00.
