This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


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

Re: Q: Serialization?


I was wondering how transient the state you need to keep is.  Perhaps
you could get away with non-serializable objects?  I think closures are
inherently tough to serialize, but they're the most interesting Scheme
state to keep.

Of course such data would need to be transient, and not too crucial to
lose.  Persistent state that you want make sure doesn't get lost or
corrupted should be put in a database.

-- 
Bruce R. Lewis				http://brl.sourceforge.net/


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