Category: tech
-
Swift: Currying
This topic has been mentioned as a part of Functional programming. Though it’s kind of fun to use currying, we often see it on the list along with functors, applicative, monads… In this article, I’ll show you a couple of ways to have fun with currying.
-
Swift: Optional — map
A few experiments with optionals in Swift.
-
Swift: Box with recursive data structure
A workaround to model recursive data structure with enum
-
RAC 3.0 with Login workflow
A particular example of RAC 3.0, applied in Login workflow.
-
Optional - Functional
A demonstration of lazy evaluation using a simple trick