The Lisp Interpreter
Lisp is an interactive system that responds to your commands;
The prompt for Allegro Common Lisp for Windows is > .
When you type in an expressions, it is read, evaluated by the Lisp interpreter, and the result is printed to the screen.
Error: the variable ABC is unbound