Ross ROSS = Recommend OSS · open-source software intelligence for agents

marpple/FxTS

A functional programming library for TypeScript/JavaScript observed · 2026-09-01

github.com/marpple/FxTS · homepage · TypeScript · Apache-2.0 (permissive) observed · 2026-09-01

Health v2 · maintenance only

99/100

  • Activity 100
  • Release rhythm 96
  • Longevity 100
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: 16.0
  • age_days: 1798
  • days_rel: 25
  • days_push: 4
  • n_releases_24m: 27

Full methodology

Adoption not part of the score

1167 stars · 87 forks observed · 2026-09-01

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

FxTS is a functional programming library for TypeScript and JavaScript built on Iterable/AsyncIterable protocols. It provides lazy evaluation, composable pipe-based data transformation, and concurrency control for async operations with strong type inference.

Use cases

  • process large or infinite sequences lazily without loading everything into memory
  • compose map/filter/reduce pipelines with pipe and strong type inference
  • control concurrency of async requests with backpressure
  • write declarative functional code in TypeScript
  • terminate async work early with take over AsyncIterables

When to choose

  • you want lazy evaluation and AsyncIterable pipelines beyond what lodash or native iterator helpers offer
  • you need curried, data-last function composition with excellent TypeScript inference
  • you need to throttle concurrent async requests with backpressure

When to avoid

  • you need a batteries-included utility belt with deep object manipulation like lodash
  • your project cannot enable strict TypeScript compiler options
  • you target environments without ES2018+ support and cannot use polyfills

Facets

library · maturity active

concurrency serialization web-development frontend backend developer-tools browser cross-platform functional-programming lazy-evaluation iterables async-iterables pipe type-inference data-last-composition nodejs typescript

4 sources

Member repositories

RepositoryRoleHealth v2
marpple/FxTSmain99

For agents

markdown · JSON · MCP: product_card(name="marpple/FxTS")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem