Scheme 2: Basics - pairs and lists video
May 25, 2012 [Lisp, Programming Languages, Scheme, Tech, Videos]Series: Feel the cool, Basics, Closures, Recursion, Quotation, Lambda, Macros.
Continuing the series on Scheme, this video describes some of the things you will need to understand to be able to write real programs. I introduce pairs, lists, and navigation through lists using recursive procedures, before discussing the map and foldr procedures, which you will use in most programs.