- Добавил: literator
- Дата: 25-10-2022, 15:42
- Комментариев: 0

Автор: Larry Garfield
Издательство: Leanpub
Год: 2021-04-25
Страниц: 157
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB
Approaching PHP from a functional perspective. Yes, really. With just a pinch of category theory. Functional programming has a reputation of being too nerdy, academic, and inscrutable to be useful for "common" programmers. That reputation is only partially unearned, but the concepts behind functional programming are entirely within reach of every programmer in any modern language. That includes PHP. This book takes the reader through the basics of functional programming, the new capabilities of PHP 7.4 that make it even easier, and the computer-science-y underpinnings that make it all possible. The aim of this book is not to convince you to write all PHP code in a strictly and rigidly functional fashion. Rather, the aim is to encourage you to approach problems from a functional mindset and apply the underlying principles of functional programming… most of the time.