typelift/Swiftz
Functional programming in Swift 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: 4475
- days_rel: n/a
- days_push: 1525
- n_releases_24m: 0
Adoption not part of the score
3318 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Swiftz is a Swift library for functional programming that provides functional data structures, typeclasses, and idioms like Lists, Arrows, Semigroups, and Monoids. It is a superset of Swiftx, inspired by Scalaz and Haskell's base library, enabling declarative programming styles in Swift.
Use cases
- use functional data structures and typeclasses in Swift
- write declarative functional code on iOS or macOS
- use monoids and semigroups for composable reductions
- work with immutable lists, arrows, and heterogeneous lists in Swift
- bring Haskell-style abstractions to a Swift codebase
When to choose
- you want a comprehensive functional programming toolkit in Swift
- you need typeclass-style abstractions with strong type-system support
- you prefer Scalaz/Haskell-inspired semantics in your Swift projects
When to avoid
- you only need a few simple functional primitives (use Swiftx instead)
- you need a library with frequent updates and modern Swift concurrency support
- your team is unfamiliar with functional programming concepts
Facets
library · maturity maintenance
programming-language type-system programming-languages developer-tools functional-programming monads typeclasses swift scalaz-inspired algorithms macos ios linux
1 source
- readme: https://github.com/typelift/Swiftz · fetched 2026-08-28 · 683b0c7da2b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| typelift/Swiftz | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem