Functional Programming in C++

Functional Programming in C++
Author :
Publisher : Simon and Schuster
Total Pages : 432
Release :
ISBN-10 : 9781638355663
ISBN-13 : 1638355665
Rating : 4/5 (665 Downloads)

Book Synopsis Functional Programming in C++ by : Ivan Cukic

Download or read book Functional Programming in C++ written by Ivan Cukic and published by Simon and Schuster. This book was released on 2018-11-09 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Functional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Well-written code is easier to test and reuse, simpler to parallelize, and less error prone. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL. About the Book Functional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit. What's inside Writing safer code with no performance penalties Explicitly handling errors through the type system Extending C++ with new control structures Composing tasks with DSLs About the Reader Written for developers with two or more years of experience coding in C++. About the Author Ivan Čukić is a core developer at KDE and has been coding in C++ since 1998. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade. Table of Contents Introduction to functional programming Getting started with functional programming Function objects Creating new functions from the old ones Purity: Avoiding mutable state Lazy evaluation Ranges Functional data structures Algebraic data types and pattern matching Monads Template metaprogramming Functional design for concurrent systems Testing and debugging


Functional Programming in C++ Related Books

Functional Programming in C++
Language: en
Pages: 432
Authors: Ivan Cukic
Categories: Computers
Type: BOOK - Published: 2018-11-09 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Functional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the
Real-World Functional Programming
Language: en
Pages: 989
Authors: Tomas Petricek
Categories: Computers
Type: BOOK - Published: 2009-11-30 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Functional programming languages like F#, Erlang, and Scala are attractingattention as an efficient way to handle the new requirements for programmingmulti-proc
Functional C
Language: en
Pages: 460
Authors: Pieter H. Hartel
Categories: Computers
Type: BOOK - Published: 1997 - Publisher: Addison Wesley Longman

DOWNLOAD EBOOK

Functional C teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. By using this as a sta
Functional Programming in C#
Language: en
Pages: 598
Authors: Enrico Buonanno
Categories: Computers
Type: BOOK - Published: 2017-08-12 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Functional Programming in C# teaches you to apply functional thinking to real-world problems using the C# language. The book, with its many practical ex
Functional Programming in Scala
Language: en
Pages: 457
Authors: Paul Chiusano
Categories: Computers
Type: BOOK - Published: 2014-09-01 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guid