Higher-Order Functions, Part 4

In this free Scala 3 video lesson, I summarize what we’ve seen so far. We saw that we use higher-order functions (HOFs) like map and filter as replacements for writing repetitive for loops and for expressions. Martin Odersky, the creator of the Scala programming language, refers to these built-in HOFs as implementing “Common Control Patterns.”