Tacit DSL All the Things
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive conference talk that delves into the potential of unifying Domain-Specific Languages (DSLs) in C++ with a focus on functional programming concepts. Learn about the proposed extensions to the ranges DSL syntax and how they can create a unified approach to incorporating functional programming paradigms into C++. Discover insights on sum types, fusion metaprogramming, event-based programming, monads, Haskell do notation, closure's transducers, Rust's match, named/deduced parameters, state machines, lambda syntax, pointfree programming, generative programming, and declarative programming paradigms. Gain valuable knowledge from Odin Holmes, an experienced developer and author, as he presents his vision for revolutionizing C++ programming through a unified functional DSL approach.
Syllabus
Introduction
Range DSL
Is it good
Conventional programming languages
Functional programming addiction
Generic composable
Possible future software development
One of the first takeaways
Bush Model
incidental push models
lazy push models
Compose functions
Calling fun
Unwrapping tuples
Hana
tuple
range
shift operator
unwrap operator
noise
call
unwrap
T fitting
E stuff
Simon Brand
UseRight
Unwrapping
Partition
Dispatch
Transitions
Unwrapping State Machines
Naming Pipes
Refactoring
Submachines
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