Re: Lisp reader and #1=... abbreviations
Andreas Franke <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Jared C. Davis wrote: > I'm having trouble reading in files which use a lot of > structure-sharing abbreviations. > We had similar trouble with OpenMCL, and discovered that the reader > was using an association list to manage the abbreviations. I guess CMUCL does the same. In the directory "code" of the sources, look for *sharp-equal-alist* in reader.lisp and particularly sharpm.lisp . HTH, Andreas