awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesFunctional Programming Patterns

Structured learning paths for advanced functional abstractions like monad transformers and lenses.

Distinct from Machine Learning Study Paths: Focuses on high-level functional patterns rather than the specific data science algorithms in Machine Learning Study Paths

Explore 2 awesome GitHub repositories matching education & learning resources · Functional Programming Patterns. Refine with filters or upvote what's useful.

Awesome Functional Programming Patterns 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

    Links to community articles and examples demonstrating advanced functional patterns using the library.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    Vezi pe GitHub↗11,523
  • bitemyapp/learnhaskellAvatar bitemyapp

    bitemyapp/learnhaskell

    8,026Vezi pe GitHub↗

    This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides sequenced educational paths and technical reference guides designed to take developers from beginner to advanced levels of proficiency. The project distinguishes itself through a deep focus on theoretical and technical foundations, offering detailed studies on type theory, category theory, and runtime internals. It includes a dedicated performance handbook for optimizing execution speed and memory management, as well as an ecosystem guide for managing development tools and editor c

    Provides a sequenced study of advanced functional patterns including monad transformers, recursion schemes, and lenses.

    Makefile
    Vezi pe GitHub↗8,026
  1. Home
  2. Education & Learning Resources
  3. Machine Learning Study Paths
  4. Functional Programming Patterns

Explorează sub-etichetele

  • Advanced Pattern ExplorationsCurated articles and code examples covering combinators, tagless final, smart constructors, and property-based testing. **Distinct from Functional Programming Patterns:** Distinct from Functional Programming Patterns: focuses on advanced, library-specific patterns rather than general functional programming concepts.