Tag: Functional Programming

Higher order functions

Theory #Functional Programming #Elegance #PHP

Jul 11, 2011 - 2 comments

Higher order functions

Previously we talked about recursion, a way of programming in which we define a case and a step and let the software produce magic. We also touched on the functional programming paradigm. Today I want to add another topic from the functional programming arena: higher order functions.

Read more »