home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!emory!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
- From: William.Lott@cs.cmu.edu
- Newsgroups: comp.lang.lisp
- Subject: Re: Function to print in #S format
- Message-ID: <0efbP_600jeiIZz706@cs.cmu.edu>
- Date: 9 Sep 92 14:12:26 GMT
- References: <SJAMESON.92Sep8161926@fergie.dnet.ge.com>
- <19920909004003.1.GADBOIS@CLIO.MCC.COM>
- Organization: Carnegie Mellon, Pittsburgh, PA
- Lines: 12
- In-Reply-To: <19920909004003.1.GADBOIS@CLIO.MCC.COM>
-
- gadbois@mcc.com (David Gadbois) writes:
- > Note that CMU CL v15 did not let you use structure types as
- > specializers, so this will not work there. I have not checked v16 yet
- > to see if they have fixed it.
-
- I don't remember about 16d, but 16e does support structure
- specializers. But the following should work in either version:
-
- (c::default-structure-print structure stream depth)
-
- -William Lott
- CMU Common Lisp Group
-