Functional programming library for Objective-C

functional-programming, objective-c

Solution

You could try FunctionalKit

FunctionalKit is an attempt to use functional paradigms in Objective-C. It is a set of low level functional types & APIs. It contains types such as either, option, etc. that allow your to write correct, clean, tight, succinct and (where possible) typesafe code. It also provides more advanced concepts such as lifting functions into monads.

FunctionalKit

Problem

Is there any functional programming library for Objective-C?

Original source