2 repository-uri
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.
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.
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.