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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gcanti/fp-tsAvatar de gcanti

    gcanti/fp-ts

    11,523Voir sur 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
    Voir sur GitHub↗11,523
  • locutusjs/locutusAvatar de locutusjs

    locutusjs/locutus

    3,770Voir sur 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
    Voir sur GitHub↗3,770
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Type Validation
  4. TypeScript Type-to-Code Validators
  5. Pure Functional TypeScript Abstractions

Explorer les sous-tags

  • 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.