Cantitate/Preț
Produs

Functional Programming in C++

Autor Ivan Cukic
en Limba Engleză Paperback – 28 ian 2019
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 Čukic 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
  1. Introduction to functional programming
  2. Getting started with functional programming
  3. Function objects
  4. Creating new functions from the old ones
  5. Purity: Avoiding mutable state
  6. Lazy evaluation
  7. Ranges
  8. Functional data structures
  9. Algebraic data types and pattern matching
  10. Monads
  11. Template metaprogramming
  12. Functional design for concurrent systems
  13. Testing and debugging
Citește tot Restrânge

Preț: 26290 lei

Preț vechi: 32863 lei
-20%

Puncte Express: 394

Preț estimativ în valută:
5037 5468$ 4319£

Carte disponibilă

Livrare economică 15-20 aprilie
Livrare express 03-09 aprilie pentru 3522 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781617293818
ISBN-10: 1617293814
Pagini: 320
Dimensiuni: 187 x 233 x 20 mm
Greutate: 0.6 kg
Editura: Manning
Colecția Pearson Professional

Notă biografică

Ivan Cukic has been teaching modern C++ techniques and functional
programming at the Faculty of Mathematics in Belgrade for 6 years and has
been using C++ for more than 15 years. He has been researching functional
programming in C++ before and during his PhD studies, and uses the
techniques in real-world projects. He is one of the core developers in KDE,
the largest free/libre open source C++ project.

Descriere

"Written for developers with two or more years of experience coding in C++."--Page 4 of cover.