After practicing Functional Programming in Swift for a few weeks, I decided to try something a little bit different. I decided it was time to experiment with curried functions, map, filter, sort, and reduce in Objective-C. Swift collections implement map, sort, filter, and reduce … | Continue reading
After practicing Functional Programming in Swift for a few weeks, I decided to try something a little bit different. I decided it was time to experiment with curried functions, map, filter, sort, and reduce in Objective-C. Swift collections implement map, sort, filter, and reduce … | Continue reading
Function Currying and uncurrying have been extensively discussed since Apple introduced Swift last year. I won’t delve into this topic deeply because there are some great resources about it on the Internet. But, briefly, what is currying? It’s a technique that transforms a functi … | Continue reading
Function Currying and uncurrying have been extensively discussed since Apple introduced Swift last year. I won’t delve into this topic deeply because there are some great resources about it on the Internet. But, briefly, what is currying? It’s a technique that transforms a functi … | Continue reading