Re: Structures as literals
Martin Simmons <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Mon, 2 Mar 2026 17:28:54 +0000, Tim Bradshaw (as tfb at tfeb dot org) said: > > Can anyone confirm that it's the case that structure instances are by > default externalizable (assuming their slots' values are of course) in LW? Yes, they are -- it just dumps the values of all slots if there is no specific make-load-form method. It assumes that the structure has the same definition when loading as when it was dumped. -- Martin Simmons LispWorks Ltd http://www.lispworks.com/ _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html