PPT Slide
Compiling a file does NOT make it part of any lisp session
A definition created by typing directly to the read/eval/print loop does not create compiled code.
The interpreted definition can be replaced in the same lisp session by calling compile on the name of the function
Incremental compilation while using Allegro CL both compiles the designated code and loads the newly compiled definitions into the current lisp session.