Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!uunet!tut.cis.ohio-state.edu!unreplyable!garbage From: mh5l+@ANDREW.CMU.EDU ("Mohammed M. Hakim") Newsgroups: comp.lang.clos Subject: saving instances on file Message-ID: Date: 8 Apr 91 17:15:18 GMT Sender: welch@tut.cis.ohio-state.edu Distribution: inet Organization: CommonLoops Lines: 15 I am currently working on developing a system that will require the user to save the instances he/she created on top of a pre-defined classes. Does any one know of any utility in the public domain that can be used to keep track of the instances created and later parse them on a file for future use? I would appreciate any suggestions regarding the best way to do such task. Do I really need to keep track of every instance made and then later on parse a clos code to a file that reads like: (make-instance ... (make-instance ... .. for future use. Or is there anyway around this? Maher Hakim mh5L@andrew.cmu.edu