Compile-Time - Run-Time Functional Programming in C++
Offered By: CppNow via YouTube
Course Description
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
Related Courses
Vector-Dynamic Array - Making Data Structures in C++The Cherno via YouTube C++ Insights - See Your Source Code with the Eyes of a Compiler
NDC Conferences via YouTube C++ Insights - How Stuff Works, Lambdas and More
CppNow via YouTube Generative Programming in Action - Emulating the 3DS
CppNow via YouTube The Problem with Cutting Edge C++
CppNow via YouTube