Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Functional Programming – 07: Function Recursion

7.2K views on YouTube

Function Recursion is a way to implement repetition in Functional Programming, compared to loops in imperative programming.

In this Video:
– What is a Recursive Function
– How to think Recursive
– Convert an imperative “sum_all” function to Recursive function