Lists
A list is an ordered collection of objects in a particular format
The print representation of a list, that is what a printed list looks like, is zero or more elements enclosed by parentheses
(17 red "green" 2/3 blue)
lisp source code consists of lists
lisp data may be collected in lists