Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!sdd.hp.com!spool.mu.edu!snorkelwacker.mit.edu!shelby!neon!gjohn From: gjohn@Neon.Stanford.EDU (George H. John) Newsgroups: comp.lang.lisp Subject: Question: How to save the image of lisp? Message-ID: <1991Feb21.014305.7371@Neon.Stanford.EDU> Date: 21 Feb 91 01:43:05 GMT Sender: gjohn@neon.stanford.edu (George John) Distribution: usa Organization: Computer Science Department, Stanford University Lines: 13 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