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

ramda/ramda

:ram: Practical functional Javascript observed · 2026-08-28

github.com/ramda/ramda · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 94
  • Release rhythm 27
  • Longevity 100
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: 109
  • age_days: 4821
  • days_rel: 327
  • days_push: 38
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

24056 stars · 1435 forks observed · 2026-08-28

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

Ramda is a practical functional programming utility library for JavaScript, offering curried, pure functions designed for building function pipelines without mutating data. It works with plain JavaScript objects and arrays and emphasizes immutability and side-effect-free design.

Use cases

  • write functional pipelines in javascript
  • curry and compose functions
  • transform data immutably
  • avoid mutating objects and arrays
  • build point-free style code
  • replace lodash with a functional toolkit

When to choose

  • you want a pure functional style with automatic currying and data-last arguments
  • you need immutable transformations of plain objects and arrays
  • you prefer composing small functions into pipelines

When to avoid

  • your team is unfamiliar with functional programming concepts
  • you need maximum raw performance over expressiveness
  • you only need a few simple utilities that native JavaScript now covers

Facets

library · maturity stable

serialization developer-tools web-development frontend developer-tools browser cross-platform functional-programming immutability currying point-free utility-library fantasy-land algorithms nodejs deno javascript

4 sources

Member repositories

RepositoryRoleHealth v2
ramda/ramdamain72

For agents

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

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