From: Thomas Trenz
Subject: save-object problem
Date: 
Message-ID: <26fk2oINNltv@coli-gate.coli.uni-sb.de>
  Hi,

  I'm working with Allegro Common Lisp 4.1 on a Sun.

  I would like to save a complex structure to disk. In the FAQ there are two
  different ways to do this. The first one works as follows:

  create a file containing just the lines
        (in-package "YOUR-PACKAGE")
        (setq *hash-table* '#.*hash-table*)
  and compile it.

  This version works, but for large structures this is too slow. So I thought
  that I could use Kerry Koitzsch's save-object library. The original one
  doesn't seem to be adapted to Allegro Lisp. I couldn't even load the lisp-source
  without an error. But I found a file called save-object-7o.lisp. They say that
  this version should run on Allegro Lisp 4.1. This version can be loaded without
  an error and I can save simple structures not containing hash-tables.
  But I can't load them via (load "filename").
  So can anybody tell me wether there is a version of save-object adapted to
  Allegro common lisp.

  Other suggestions are welcome too.

  Please mail.




  Thanks

  Thomas


  mail: ·····@dfki.uni-sb.de