LtuPatternFactory
Pattern mapping
Maps software design patterns to Haskell type class concepts and functional programming structures
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
994 stars
27 watching
39 forks
Language: Haskell
last commit: 10 months ago builder-patterncategory-theorydesign-patternsfactory-patternfunction-compositionfunctional-languagesfunctorfunctorsgof-patternshaskelliterator-patternmonadmonad-transformersmonoidspattern-languagereader-monadstrategy-patterntraversabletypeclassestypeclassopedia
Related projects:
Repository | Description | Stars |
---|---|---|
thma/whyhaskellmatters | Explaining why Haskell's unique features make it an important language for software development | 467 |
thma/lambda-ski | Implementing a graph-reduction machine for a small functional language based on λ-calculus and combinatory logic | 28 |
anupavanm/csharp-design-patterns-for-humans | An ultra-simplified explanation of design patterns in C# with examples | 1,314 |
tdammers/ginger | A Haskell implementation of the Jinja template language | 77 |
i-am-tom/learn-me-a-haskell | Learning Haskell with focus on dependent types and type-level programming using the OneOf data structure | 70 |
nemanjarogic/designpatternslibrary | A comprehensive design patterns library in C# | 2,012 |
vahidvdn/realworld-design-patterns | Practical examples and discussions on real-world design patterns with their unit tests | 115 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |
shubhamzanwar/design-patterns | A collection of Go implementations of common design patterns used in software development | 119 |
fjvallarino/monomer | A cross-platform GUI library for writing native Haskell applications | 596 |
typeclasses/haskell-phrasebook | A tutorial guide to Haskell programming with annotated example programs. | 211 |
williamdemeo/typefunc | Collects links and resources on type theory and functional programming. | 309 |
ajtulloch/haskell-ml | Implementations of basic machine learning algorithms in Haskell | 57 |
dwayne/haskell-programming | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
lysxia/first-class-families | A library providing a foundation for type-level functions and compositions in Haskell | 86 |