Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!mcsun!hp4nl!kubix!kub.nl!pberck From: pberck@kub.nl (Peter Berck) Newsgroups: comp.lang.lisp Subject: Hash-table saving Message-ID: <1991May03.092609.16721@kub.nl> Date: 3 May 91 09:26:09 GMT Reply-To: pberck@kub.nl Organization: KUB, The Netherlands Lines: 14 How can a save a hash-table to disk? I tried the obvious (print *hash-table* my-stream) but this didn't work. It would just save "#" to disk. (It contains about 10000 entries). Should I use something like (maphash ...) and save all key-value pairs to disk? That will probably cost more time than generating it. thanx, -peter ------------------------------------------------------------------------ pberck@kub.nl kubvx1::berckp Back to Lisp Top Level