louthy/language-ext
C# pure functional programming framework - come and get declarative! observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 95
- Release rhythm 60
- Longevity 100
Flags: prerelease_only
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: 4
- age_days: 4308
- days_rel: 246
- days_push: 35
- n_releases_24m: 34
Adoption not part of the score
7084 stars · 450 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A C# library that provides a pure functional programming framework, using and abusing C# language features to make code more declarative and robust. It offers monads, monad transformers, immutable collections, higher-kinded types, parser combinators, and functional effects for building maintainable codebases.
Use cases
- write functional-style C# code with monads like Option and Either
- use immutable collections and persistent data structures in .NET
- build parser combinators in C# like Haskell's Parsec
- handle errors functionally instead of exceptions
- manage concurrency and shared state atomically
- use higher-kinded types and ad-hoc polymorphism in C#
When to choose
- you want declarative, pure functional code in C#
- you need robust error handling without exceptions
- you want immutable data structures and structural equality
- you're building large C# codebases where reducing cognitive load matters
When to avoid
- your team is unfamiliar with functional programming concepts
- you need minimal dependencies or tiny binary size
- you're working in a codebase heavily tied to imperative idioms
Facets
library · maturity active
parser serialization concurrency error-handling programming-languages developer-tools dotnet cross-platform functional-programming monads immutable-collections higher-kinded-types parser-combinators csharp algorithms
1 source
- readme: https://github.com/louthy/language-ext · fetched 2026-08-28 · c018963ea6df
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| louthy/language-ext | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="louthy/language-ext")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem