awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comब्लॉग
श्रेणियाँ

2 रिपॉजिटरी

Awesome GitHub RepositoriesCategorical Composition

Composition patterns based on category theory, utilizing functors and morphisms for predictable data flow.

Distinct from Function Composition: Focuses on mathematical category theory constructs specifically, rather than general function composition.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Categorical Composition. Refine with filters or upvote what's useful.

Awesome Categorical Composition GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mostlyadequate/mostly-adequate-guideMostlyAdequate का अवतार

    MostlyAdequate/mostly-adequate-guide

    23,837GitHub पर देखें↗

    This project is a comprehensive educational guide and curriculum for applying functional programming principles and category theory within the JavaScript ecosystem. It provides a structured learning path focused on writing predictable and scalable code through the use of pure functions and immutability. The resource includes a dedicated course on algebraic data structures and a functional programming tutorial. To reinforce theoretical concepts, it features a set of interactive coding exercises and runnable programming challenges for hands-on practice. The materials cover a broad range of fun

    Teaches how to build complex logic by chaining pure functions and functors using category theory principles.

    JavaScript
    GitHub पर देखें↗23,837
  • gcanti/fp-tsgcanti का अवतार

    gcanti/fp-ts

    11,523GitHub पर देखें↗

    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

    Provides functor composition utilities for mapping through nested computational contexts.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    GitHub पर देखें↗11,523
  1. Home
  2. Software Engineering & Architecture
  3. Modular Program Composition
  4. Function Composition
  5. Categorical Composition

सब-टैग एक्सप्लोर करें

  • Functor CompositionsCombinations of functors that allow mapping functions across multiple nested layers of computational contexts. **Distinct from Categorical Composition:** Distinct from Categorical Composition by focusing specifically on the composition of functor layers rather than general category theory morphisms.