From: Fredrik Sandstrom
Subject: defstruct and defclass
Date: 
Message-ID: <slrnb3aa4n.mub.fredrik@deepthought.coax>
One thing I like about defstruct is the possibility to use
(let ((*print-readably* t)
      (*print-circle* t))
  (print ...))

to write objects to files, and then just use read to read them
back. With standard-objects reading and printing becomes quite
a bit more cumbersome. How do those of you that "always" use
defclass deal with this?

-- 
Fredrik Sandstr�m
··@iki.fi