Overview
Explore advanced C++ programming techniques in this conference talk from CppNow 2012 featuring Bartosz Milewski and Eric Niebler. Delve into the world of compile-time and run-time functional programming in C++, focusing on computing at the boundary between these two domains. Learn about the purely functional nature of template-based code and discover how variadic templates enhance these techniques while presenting their own challenges. Examine both theoretical concepts from functional programming, such as monads and continuations, and practical solutions for developers seeking to balance powerful abstractions with compile-time performance. Gain insights into generative C++ programming methods and how to effectively leverage the compile-time/run-time boundary in your code.
Syllabus
Bartosz Milewski, Eric Niebler : Compile-Time/Run-Time Functional Programming in C++
Taught by
CppNow