home search about rss feed twitter ko-fi

Higher-Order Functions, Part 4 (Scala 3 Video)

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.”

Update: All of my new videos are now on
LearnScala.dev