This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: structs, records, SMOBs etc.



It's always difficult to freeze objects that are actually references
to outside resources.  GTK widgets are one instance; I/O ports are
another --- when you thaw, the file descriptor is gone.

But that's orthogonal to freezing smobs.