'fast' Binary Files
Lisp is often used as an interpreter, however text source code files can be converted to 'fast' binary files by a program called cl-asdf. These .fas and .fasl files are not always compatable between lisp implementations and so cl-asdf must be availible to re-create the .fas and .fasl files if the lisp implementation changes.