Phoenix V3 - An Overview
Offered By: CppNow via YouTube
Course Description
Overview
Explore the next generation of creating unnamed, inlined polymorphic function objects in this comprehensive conference talk from CppNow. Dive into Phoenix V3, a new library that combines the functionality of Boost.Bind and Boost.Lambda while addressing their limitations. Discover the importance and elegance of functional programming in C++ through a detailed overview of Phoenix's Domain Specific Embedded Language (DSEL). Learn how Phoenix emulates C++ syntax to provide an accessible entry point into functional programming. Examine practical examples of using Phoenix instead of traditional function objects and integrating it with legacy code. Gain insight into Phoenix's unique mechanism for handling expressions as data, opening up possibilities for future applications. Understand how Phoenix V3 enhances higher-order functions and customization in C++ programming, particularly in relation to the C++ standard library.
Syllabus
Thomas Heller, Hartmut Kaiser: Phoenix V3 -- An Overview
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