ramda/ramda
:ram: Practical functional Javascript 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
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
- readme: https://github.com/ramda/ramda · fetched 2026-08-28 · 3729adcb77c4
- homepage: https://ramdajs.com · fetched 2026-08-29 · 16a53c774180
- site_page: https://ramdajs.com/docs · fetched 2026-08-29 · e4f8829664d2
- registry_npm: https://registry.npmjs.org/ramda · fetched 2026-08-29 · 13aac7ba7596
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ramda/ramda | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem