Haskell - The Pseudocode Language for C++ Template Metaprogramming
Offered By: CppNow via YouTube
Course Description
Overview
Explore the parallels between C++ template metaprogramming and Haskell in this comprehensive conference talk. Delve into the functional programming aspects of compile-time C++ and learn how to leverage Haskell as a pseudocode language for describing and understanding complex C++ metaprograms. Gain insights into reading and writing metaprograms using Haskell concepts, and discover the power of monads in explaining "runnable templates" in C++. Enhance your metaprogramming skills by developing a deeper understanding of functional programming principles and their application in C++ template metaprogramming.
Syllabus
Bartosz Milewski: Haskell -- The Pseudocode Language for C++ Template Metaprogramming (Part 1)
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