Overview of Lists
Lists are an extremely useful data structure
Size is unbounded (except by memory constraints)
In other languages you must write your own list primitives
Since lists are so fundamental to Lisp there are many built functions to manipulate lists