From: George H. John
Subject: Question: How to save the image of lisp?
Date: 
Message-ID: <1991Feb21.014305.7371@Neon.Stanford.EDU>
How do you save the image of lisp in common lisp?
What I want to do is load a bunch of files which
define functions and structures, and then save the
loaded functions (including cl's builtin functions)
to disk.  I know about compiling, that's not what 
I'm after.  I've heard that there is some way to 
save the image but I couldn't find anything in 
Steele's book.  

help...

Thanks, 
George