pointfreeco/swift-overture
🎼 A library for function composition. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 3068
- days_rel: n/a
- days_push: 789
- n_releases_24m: 0
Adoption not part of the score
1151 stars · 62 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Overture is a Swift library for function composition, providing tools like pipe, with, update, curry, flip, and key-path helpers to build new functions from smaller pieces. It offers operator-free composition utilities popularized by the Point-Free video series.
Use cases
- compose multiple functions into a single pipeline in Swift
- avoid nested closures when transforming values
- update and mutate structs functionally with key paths
- introduce functional composition without custom operators
- curry and flip function arguments for reuse
When to choose
- you write Swift and want reusable, composable functions without custom operators
- you want lightweight functional utilities with no dependencies
- you follow Point-Free style functional Swift patterns
When to avoid
- your team prefers imperative or object-oriented Swift idioms
- you need a full functional programming toolkit with monads and effect types
- the project is not in Swift
Facets
library · maturity maintenance
developer-tools programming-languages developer-tools cross-platform functional-programming function-composition swift-package algorithms swift ios macos
4 sources
- readme: https://github.com/pointfreeco/swift-overture · fetched 2026-08-28 · 378479a1c683
- homepage: https://www.pointfree.co/episodes/ep11-composition-without-operators · fetched 2026-08-29 · fad12f72bc32
- site_page: https://www.pointfree.co/about · fetched 2026-08-29 · c3a02fbfb680
- site_page: https://www.pointfree.co/pricing · fetched 2026-08-29 · 52429c23da6e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pointfreeco/swift-overture | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="pointfreeco/swift-overture")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem