Functional C++ For Fun And Profit
Offered By: ACCU Conference via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore functional programming concepts in C++ through this ACCU 2017 conference talk. Delve into the definition of functional programming and its valuable ideas applicable to C++ software design. Learn about immutable data types, persistent data structures, atomic references, and expression-oriented programming. Discover how to implement functional programming techniques in C++, including lambda expressions, builder patterns, and copy-on-write strategies. Examine the benefits and challenges of using immutable arrays, persistent data structures like singly linked lists and trees, and optional types. Gain insights into forward references, pipe filters, and how to balance between functional and imperative programming paradigms in C++.
Syllabus
Intro
What is functional programming
Expression oriented programming
If expression
Sharp
Ternary
Lambda
Builder Pattern
Const
MemberWise
Need Small
Get Messy
Builder
Benefits
lambda capture
string
copyonwrite
standardstring
stringview
stringbuilder
attached
copy
mutate
immutable
arrays
persistent data structures
singly linked lists
list objects
trees
newvalue
newroot
Rebalancing
Solution
CTP
Container
Optional
Forward references
Optionals
Pipe
Filter
Taught by
ACCU Conference
Related Courses
10 Techniques to Understand Code You Don't KnowACCU Conference via YouTube STL Algorithms in Less Than an Hour
ACCU Conference via YouTube A Browse Through ES2016
ACCU Conference via YouTube A Friendly Introduction to Rust for C++ Developers
ACCU Conference via YouTube A Generic Talk About Go
ACCU Conference via YouTube