When you explore some ideas in a #CommonLisp REPL (or Listener), consider opening a dribble file beforehand:

(DRIBBLE "my-session.lisp")

It will start recording all input / output in the REPL in a file with the given filename. This way, you can code along and don't have to fear loosing anything.

novaspec.org/cl/f_dribble