Introduction to Function Currying in Swift Function currying in Swift might not be immediately obvious, but once you see the applications, it can be another incredibly powerful tool at your disposal. Gordon Fontenot and Adam Sharp December 11, 2014 iOS Swift Functional Programming
Functional Swift for Dealing with Optional Values Using functional concepts in Swift can bring clarity and safety to everyday patterns. Gordon Fontenot October 15, 2014 Functional Programming Swift Haskell iOS