In this video, Jeremy introduces us to recursion and Erik explains tail-call recursion and accumulator functions.
It's a live coding, practical video that's perfect for people new to functional programming, but also has some deeper topics for those more experienced!
Enjoy an hour of learning with Jeremy and Erik, then go solve the List Ops exercise yourself in your favourite language on Exercism.
Solve the exercise at: https://exercism.org/exercises/list-ops
Join #48in24 at: https://exercism.org/challenges/48in24
Featured Solutions:
https://exercism.org/tracks/sml/exerc...
https://exercism.org/tracks/haskell/e...
https://exercism.org/tracks/fsharp/ex...
Timestamps:
00:00:00 Introduction
00:00:59 Introduction to recursion
00:46:26 Tail-call recursion
01:08:32 Conclusion