Functional C++ - Exploring Monads and Compositional Patterns
Offered By: CppNow via YouTube
Course Description
Overview
Explore the fundamentals of functional programming in C++ through this comprehensive conference talk from C++Now 2024. Delve into the basic elements of functional programming, its benefits, and compositional patterns. Examine practical applications using std::optional (the Maybe monad), std::expected (the Error monad), and briefly touch on ranges. Discover the validation monad for composable errors and the Choice monad, comparing it to std::variant. Learn how to combine functional programming paradigms with generic programming in C++, supported by numerous examples. Gain insights into the potential of C++ as a functional language and understand how this approach can lead to more provable code. Develop a new perspective on C++'s capabilities and explore the tools needed to leverage its functional programming potential effectively.
Syllabus
Functional C++ - Gašper Ažman - C++Now 2024
Taught by
CppNow
Related Courses
Error Handling in C++ - As Easy as "Use Exceptions"?NDC Conferences via YouTube A Short Life Span - For A Regular Mess
NDC Conferences via YouTube C++ - No More Nulls! - Fixing the Billion Dollar Mistake
NDC Conferences via YouTube The Markable Library
code::dive conference via YouTube C++23 Ranges - Functional Programming With New View Adaptors and Other Utilities
ACCU Conference via YouTube