robb/Underscore.m
A DSL for Data Manipulation observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: n/a
- age_days: 5239
- days_rel: n/a
- days_push: 3217
- n_releases_24m: 0
Adoption not part of the score
1455 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Underscore.m is a small Objective-C utility library for functional-style manipulation of common data structures like arrays and dictionaries, inspired by underscore.js. It supports chaining via a DSL that avoids verbose square-bracket syntax.
Use cases
- filter and map arrays in objective-c
- process json from web apis in objective-c
- chain data transformations in objective-c
- manipulate nsdictionary and nsarray functionally
- clean up nested block syntax in objective-c
When to choose
- you maintain a legacy Objective-C codebase and want concise functional data manipulation
- you want underscore.js-style chaining for NSArray/NSDictionary
When to avoid
- you are starting a new project in Swift
- you need an actively maintained library with recent updates
Facets
library · maturity abandoned
developer-tools developer-tools programming-languages cpp objective-c functional-programming data-manipulation chaining underscore-js-inspired ios macos
2 sources
- readme: https://github.com/robb/Underscore.m · fetched 2026-08-28 · 50bde446d5da
- homepage: https://robb.github.io/Underscore.m/ · fetched 2026-08-29 · 948263aed682
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| robb/Underscore.m | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="robb/Underscore.m")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem