Summary 2
 
 
- Definitions written in Common Lisp can be compiled.
- A Common Lisp compiler can be applied to files or individual definitions
- Compiling a file of Common Lisp source code, say myfile.cl, creates a file myfile.fasl
- (compile-file "myfile.cl")
- (load "my-app2/my-other-file.cl")
- (load "c:\\program files\\acl62\\still-another-file.cl")