Functional Programming in C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore functional programming techniques in C++ through this comprehensive conference talk from CppNow. Dive into advanced concepts such as recursive algebraic data types, curried functions, purity, generic programming, and category theory. Learn how recent developments in C++ and Boost enable seamless integration of functional programming paradigms, producing code that is general, concise, composable, and correct. Gain insights into applying these formerly academic techniques to practical C++ development, enhancing your ability to write efficient and robust code.
Syllabus
David Sankel: Functional Programming in C++
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube