|
|
|
|
|
by Ace17
3380 days ago
|
|
> I don't think annonymous functions have anything special to do with FP or OO for that matter. Maybe someone can fill in on this? Anonymous functions are of no use until functions are first-class citizens (otherwise, there's no way to call them!), and this has always been the case in FP languages. I do agree though that the focus on mathematical "purity" is a much more defining characteristic of FP. |
|
And functions as first class citizens is not a particularly high bar. I mean, C has higher order functions.