Swift-Functors-Applicative-Monads-In-Pictures-Playground
Programming concepts playground
A companion Playground for learning about functors, applicatives, and monads in Swift
A companion Playground for the article "Swift Functors, Applicatves, and Monads in Pictures"
69 stars
6 watching
10 forks
Language: Swift
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mokagio/swift-functor-introduction-playground | A playground to introduce and demonstrate the practical use of Functors in Swift. | 6 |
alskipp/swift-adventures-in-monad-land | An adventure in exploring monads and related concepts in Swift | 171 |
mgrebenets/playgrounds | A collection of reusable code snippets and tutorials focused on Swift programming in Xcode playgrounds. | 9 |
danielpi/swift-playgrounds | A collection of playground files and examples from Apple's Swift Programming Language book | 226 |
swifter-tips/playground | A collection of code snippets and examples to explore Swift programming concepts in an interactive environment. | 125 |
uraimo/swift-playgrounds | A collection of playgrounds showcasing various Swift programming concepts and techniques. | 139 |
sketchytech/swiftplaygrounds | A collection of Swift code examples and tutorials organized around interactive coding environments. | 7 |
raimohanska/monads | An introduction to monads in the Haskell programming language | 12 |
jakarmy/swift-summary | An interactive Swift language summary written in Playgrounds | 1,668 |
m4tbat/swift-fun-playgrounds | A collection of Swift playgrounds showcasing language features and a game implementation | 8 |
knightsc/coreanimationplayground | A Swift playground demonstrating Core Animation techniques | 9 |
mathewsanders/scrubber | A playground for building animations with UIViewPropertyAnimator | 37 |
mattgallagher/cocoawithloveplaygrounds | A collection of Swift Playground examples demonstrating a programming approach and related design concepts from Cocoa with Love. | 89 |
khinsen/monads-in-clojure | An introduction to monads in Clojure, covering the basics of this functional programming concept. | 223 |
mplatvoet/funktional | A Kotlin implementation of monadic types for functional programming. | 10 |