Compiling a lisp file
The Common Lisp compiler is used to compile Common Lisp source files to machine language instructions.
- The result of compiling a file of Common Lisp code is another file which
- typically loads and runs much faster than the source file from which it was made
- isn't in a format which anyone can read