symbol and variable creation
A symbol is created when the lisp reader reads an appropriate sequence of characters that don’t correspond to the name of some symbol already in the lisp or when a compiled file that references a new symbol is loaded
Lisp programming variables are represented using symbols.