Go to the first, previous, next, last section, table of contents.

Some Handy Procedures that Operate on Lists

Scheme provides a variety of procedures for operating on lists, so that you usually don't have to think about pairs--you can think about whole lists. We'll discuss these procedures in more detail later, but here's a brief introduction.

None of these procedures modifies its arguments--they may take lists as arguments, but they return new lists without modifying the old ones.


Go to the first, previous, next, last section, table of contents.