Functional Programming in PHP (2nd Ed)

Functional Programming in PHP (2nd Ed)
Author :
Publisher : PHP[Architect]
Total Pages : 162
Release :
ISBN-10 : 1940111463
ISBN-13 : 9781940111469
Rating : 4/5 (469 Downloads)

Book Synopsis Functional Programming in PHP (2nd Ed) by : Simon Holywell

Download or read book Functional Programming in PHP (2nd Ed) written by Simon Holywell and published by PHP[Architect]. This book was released on 2016-10-17 with total page 162 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.


Functional Programming in PHP (2nd Ed) Related Books

Functional Programming in PHP (2nd Ed)
Language: en
Pages: 162
Authors: Simon Holywell
Categories: Electronic books
Type: BOOK - Published: 2016-10-17 - Publisher: PHP[Architect]

DOWNLOAD EBOOK

Many languages have embraced Functional Programming paradigms to augment the tools available for programmers to solve problems. It facilitates writing code that
Programming PHP
Language: en
Pages: 534
Authors: Rasmus Lerdorf
Categories: Computers
Type: BOOK - Published: 2002-03-26 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

This is a comprehensive guide to PHP, a simple yet powerful language for creating dynamic web content. It is a detailed reference to the language and its applic
Mastering JavaScript Functional Programming
Language: en
Pages: 457
Authors: Federico Kereki
Categories: Computers
Type: BOOK - Published: 2020-01-24 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Explore the functional programming paradigm and the different techniques for developing better algorithms, writing more concise code, and performing seamless te
Pro Functional PHP Programming
Language: en
Pages: 301
Authors: Rob Aley
Categories: Computers
Type: BOOK - Published: 2017-09-27 - Publisher: Apress

DOWNLOAD EBOOK

Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functio
PHP Cookbook
Language: en
Pages: 640
Authors: David Sklar
Categories: Electronic books
Type: BOOK - Published: 2003 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

A collection of problems, solutions, and practical examples for PHP programmers. The book contains a unique and extensive collection of best practices for every