9781940111469-1940111463-Functional Programming in PHP (2nd ed): a php[architect] guide

Functional Programming in PHP (2nd ed): a php[architect] guide

ISBN-13: 9781940111469
ISBN-10: 1940111463
Author: Oscar Merida, Kara Ferguson, Simon Holywell, Kevin Hamilton Bruce
Publication date: 2016
Publisher: php[architect]
Format: Paperback 176 pages
FREE US shipping
Buy

From $26.21

Book details

ISBN-13: 9781940111469
ISBN-10: 1940111463
Author: Oscar Merida, Kara Ferguson, Simon Holywell, Kevin Hamilton Bruce
Publication date: 2016
Publisher: php[architect]
Format: Paperback 176 pages

Summary

Functional Programming in PHP (2nd ed): a php[architect] guide (ISBN-13: 9781940111469 and ISBN-10: 1940111463), written by authors Oscar Merida, Kara Ferguson, Simon Holywell, Kevin Hamilton Bruce, was published by php[architect] in 2016. With an overall rating of 4.5 stars, it's a notable title among other books. You can easily purchase or rent Functional Programming in PHP (2nd ed): a php[architect] guide (Paperback) from BooksRun, along with many other new and used books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.3.

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.

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book