Scheme 4: Recursion - how to write functions in Scheme video
June 16, 2012 [Lisp, Programming Languages, Scheme, Tech]Series: Feel the cool, Basics, Closures, Recursion, Quotation, Lambda, Macros.
Continuing the series on Scheme, this video describes the way you write code in Scheme: recursion. Recursive functions can be pretty efficient in Scheme, if you structure them right, and the video covers the concept of a tail call, which is the most important way of doing this.