Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!starfleet.bt.co.uk!peter From: peter@starfleet.bt.co.uk ("Peter T. Magee") Newsgroups: comp.lang.clos Subject: Re: Persistent Objects Message-ID: <7685.9101151327@picard.starfleet.bt.co.uk> Date: 15 Jan 91 13:27:18 GMT Sender: welch@tut.cis.ohio-state.edu Distribution: inet Organization: CommonLoops Lines: 12 JonL writes, Your immediate need sounds like a "fasdmping" facility would suffice ("fasdmp" is Lisp Machine terminology). CLtL/II page 659 presents a function MAKE-LOAD-FORM invented for just this purpose. I don't suppose that any commercial CLOS in the field right now actually has that implemented, since it was added rather late in the X3J13 game. Harlequin Lispworks has an implementation of MAKE-LOAD-FORM which works. Pete