CMU Artificial Intelligence Repository
 
   
   
   
   
  
SAVE-OBJECT: Saves ASCII representations of Lisp objects to 
              a file.
lang/lisp/code/ext/save_obj/
SAVE-OBJECT is a recursive function which writes an ASCII
representation of a LISP object to a designated file. SAVE-OBJECT can
handle complicated objects, even those that include recursive
references and circular list structure. The resulting file can be
loaded with the standard LOAD function.
Version:      9X2 (10-JUN-94)
Ports:        Symbolics CL (Genera 8.1, 7.2 w/rev 4b PCL.), CMU CL 17b,
              MCL 2.0b3, Allegro CL 4.0, 4.1, 4.2b, Lucid CL 4.0, 4.1
              
              PCL/CLOS: AAAI PCL, Victoria Day PCL, REV 4b PCL, Lucid 4.0 CLOS.
Copying:      Copyright 1992, 1993 by Kerry V. Koitzsch.
              Use, copying, modification and distribution permitted.
CD-ROM:       Prime Time Freeware for AI, Issue 1-1
Bug Reports:  kerry@crl.com
Author(s):    Kerry V. Koitzsch 
Keywords:
   Authors!Koitzsch, Lisp!Extensions, Persistent Objects, 
   SAVE-OBJECT
References:   ?
Last Web update on Mon Feb 13 10:29:36 1995 
AI.Repository@cs.cmu.edu