awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesPure Functional TypeScript Abstractions

Applying pure functional patterns with immutable data types, type classes, and algebraic abstractions to write predictable, composable TypeScript code.

Distinct from TypeScript Type-to-Code Validators: Distinct from TypeScript Type-to-Code Validators: focuses on pure functional programming patterns (type classes, algebraic data types) rather than runtime validation code generation from types.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Pure Functional TypeScript Abstractions. Refine with filters or upvote what's useful.

Awesome Pure Functional TypeScript Abstractions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gcanti/fp-tsAvatar gcanti

    gcanti/fp-ts

    11,523Vezi pe GitHub↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Applies pure functional patterns with immutable data types and type classes for composable TypeScript code.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    Vezi pe GitHub↗11,523
  • locutusjs/locutusAvatar locutusjs

    locutusjs/locutus

    3,770Vezi pe GitHub↗

    Locutus is a multi-language utility library and polyfill collection written in TypeScript. It provides a comprehensive set of implementations for standard library functions from various programming languages, enabling developers to use familiar semantics and behaviors across different technical environments. The library functions as a cross-language standard library, porting core logic and utilities from diverse languages into a type-safe TypeScript toolset. It focuses on maintaining consistent behavior through a polyfill-based design that replicates the original functionality of these foreig

    Ships a suite of utilities for complex sequence iterations, statistical calculations, and precision mathematics.

    TypeScriptjavascriptportsprogramming-language
    Vezi pe GitHub↗3,770
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Type Validation
  4. TypeScript Type-to-Code Validators
  5. Pure Functional TypeScript Abstractions

Explorează sub-etichetele

  • Functional ToolsetsCollections of utilities for sequence iteration and mathematical computing following functional paradigms. **Distinct from Pure Functional TypeScript Abstractions:** Focuses on a concrete toolset of utilities rather than abstract type-level patterns.