Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  36 secondsName binding, Recursion, Iteration, and Continuations - slide 19 : 42

Tree processing (2)

Tree processing is done via recursive functions

We illustrate how to extract all URLs from the a elements

link-extraction.scm
The link extraction functions.
link-extraction-dialogue
A link extraction dialogue.
Go to exercise
The function outline-copy