Functions for List Manipulation
Mapcar
- Matches up items in two similar lists, and does an action to each set, keeping it in a list
- Lists must be the same number of items, and the action must be valid for each item
Apply
- Takes an action and uses a list for all the arguments to it
- The action must be able to take an unlimited number of arguments