Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Functional Programming in PHP, 2nd Edition

Posted By: arundhati
Functional Programming in PHP, 2nd Edition

Simon Holywell, "Functional Programming in PHP, 2nd Edition"
2016 | ISBN: 1940111463, 9781940111469 | 162 pages | EPUB | 0,5 MB

Functional Programming in PHP will show you how to leverage these new language features by understanding functional programming principles. With over twice as much content as its predecessor, this second edition expands upon its predecessor with updated code examples and coverage of advances in PHP 7 and Hack. Plenty of examples are provided in each chapter to illustrate each concept as it’s introduced and to show how to implement it with PHP. You’ll learn how to use map/reduce, currying, composition, and more. You’ll see what external libraries are available and new language features are proposed to extend PHP’s functional programming capabilities.

What's in the book?
Twice the content of the first edition
Updated for PHP 7 and HHVM
Tips for implementation in the real world
Tooling, libraries and evented programing
Pipelines, pattern matching and flat map
Monads, applicatives and functors
λ functions, composition and currying