Implementing a Domain Specific Embedded Language with Boost Proto
Offered By: CppNow via YouTube
Course Description
Overview
Explore an innovative approach to implementing lowest-order methods for solving diffusive problems using a FreeFEM-like domain-specific language in this conference talk from C++Now 2012. Delve into Jean-Marc Gratien's discussion on leveraging the Boost Proto framework to develop both the back-end and front-end of the language. Examine the validation process of the proposed Domain-Specific Embedded Language (DSEL) design through the implementation of various academic problems. Gain insights into the language's efficiency as Gratien compares its overhead to more traditional implementations, providing a comprehensive overview of this novel approach to solving complex mathematical problems in C++.
Syllabus
Jean-Marc Gratien: Implementing a Domain Specific Embedded Language with Boost Proto
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