Note that many datatypes don't need to be quoted, since they evaluate to themselves. QUOTE is especially useful for symbols and lists, to prevent evaluation as Lisp forms.
Example for other datatypes not needed to be quoted to prevent evaluation: strings, numbers, characters, CLOS objects, ...
Her...