awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gcanti/fp-tsالصورة الرمزية لـ gcanti

    gcanti/fp-ts

    11,523عرض على 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
    عرض على GitHub↗11,523
  • locutusjs/locutusالصورة الرمزية لـ locutusjs

    locutusjs/locutus

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

استكشف الوسوم الفرعية

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