Limit this search to....

Functional Programming in PHP (2nd ed): a php[architect] guide
Contributor(s): Bruce, Kevin Hamilton (Author), Merida, Oscar (Editor), Ferguson, Kara (Editor)
ISBN: 1940111463     ISBN-13: 9781940111469
Publisher: PHP[Architect]
OUR PRICE:   $27.55  
Product Type: Paperback
Published: October 2016
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Php
Physical Information: 0.38" H x 7.52" W x 9.25" (0.69 lbs) 176 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Many languages have embraced Functional Programming paradigms to augment the tools available for programmers to solve problems. It facilitates writing code that is easier to understand, easier to test, and able to take advantage of parallelization making it a good fit for building modern, scalable solutions.

PHP introduced anonymous function and closures in 5.3, providing a more succinct way to tackle common problems. More recent releases have added generators and variadics which can help write more concise, functional code. However, making the mental leap from programming in the more common imperative style requires understanding how and when to best use lambdas, closures, recursion, and more. It also requires learning to think of data in terms of collections that can be mapped, reduced, flattened, and filtered.

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.