© Rob Aley 2017

Rob Aley, Pro Functional PHP Programming, https://doi.org/10.1007/978-1-4842-2958-3_2

2. Functional Programming: Key Concepts

Rob Aley

(1)Oxford, UK

In this chapter, you’ll look at the key concepts, building blocks, and vocabulary that you’ll need to understand before getting started on some actual functional programming. Although you are already likely to be using functions and closures in your everyday programming, it’s worth taking the time to read the following sections that describe them from first principles as some of the details that you take for granted when using them in object-oriented or plain procedural programming can trip you up when applying them in the functional paradigm. As functional programming is rooted in math, ...

Get Pro Functional PHP Programming: Application Development Strategies for Performance Optimization, Concurrency, Testability, and Code Brevity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.