Lecture overview -- Keyboard shortcut: 'u'  Previous page: Tree processing (1) -- Keyboard shortcut: 'p'  Next page: Recursion versus iteration -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home    Lecture 3 - Page 19 : 42
Functional Programming in Scheme
Name binding, Recursion, Iteration, and Continuations
Tree processing (2)

Tree processing is done via recursive functions

We illustrate how to extract all URLs from the a elements

y:/Kurt/Files/courses/prog3/prog3-03/sources/notes/includes/link-extraction.scmThe link extraction functions.


y:/Kurt/Files/courses/prog3/prog3-03/sources/notes/includes/link-extraction-dialogueA link extraction dialogue.


Go to exerciseThe function outline-copy