Lecture overview -- Keyboard shortcut: 'u'  Previous page: Practical list construction -- Keyboard shortcut: 'p'  Next page: Association lists -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Introduction to Functional Programming in Scheme - slide 15 : 49

List functions

There exists a number of important List functions in Scheme, and we often write other such functions ourselves

Lists are passed by reference to the functions that manipulate them