Map, Filter, Sort, and Reduce in Objective-C

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


@otavio.cc | 10 years ago

Map, Filter, Sort, and Reduce in Objective-C

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


@otavio.cc | 10 years ago

Function Currying in Objective-C

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


@otavio.cc | 10 years ago

Function Currying in Objective-C

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


@otavio.cc | 10 years ago