From: Martin Proulx
Subject: Can we save objects?
Date: 
Message-ID: <DAyA9C.4M8@nyongwa.montreal.qc.ca>
	Hello,

	I'm wondering if there is a way to save instances of objects and
retrieve them in CL.  It seems that can't be done by normal prints and reads
to a file-stream since the objects can't be printed-out readably (is that
CL is is that only my CLISP implementation?).

	Thanks!

	Martin Proulx
	

	
From: Karsten Poeck
Subject: Re: Can we save objects?
Date: 
Message-ID: <poeck-3006951620010001@wi6a65.informatik.uni-wuerzburg.de>
In article <··········@nyongwa.montreal.qc.ca>,
······@nyongwa.montreal.qc.ca (Martin Proulx) wrote:

>         I'm wondering if there is a way to save instances of objects and
> retrieve them in CL.  It seems that can't be done by normal prints and reads
> to a file-stream since the objects can't be printed-out readably (is that
> CL is is that only my CLISP implementation?).

try #., compile-file, make-load-from, make-load-form-saving-slots
or use the save-object contributin in the lisp rep

 Karsten