Re: Dynamic and persistent data storage

2000-06-13 Thread Claus Reinke
> > To do this would require several things the current Dynamic library lacks: > [...] > > I think it's much harder. How would you store and restore actual data? In general, I agree: a lot of work and thinking would be required for a full solution. But a lot of thinking has been done already, and

Re: Dynamic and persistent data storage

2000-06-12 Thread Marcin 'Qrczak' Kowalczyk
Mon, 12 Jun 2000 20:42:16 +1000 (EST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> pisze: > To do this would require several things the current Dynamic library lacks: [...] I think it's much harder. How would you store and restore actual data? It depends on its real type, and for many types it's impo

Dynamic and persistent data storage

2000-06-12 Thread trb
The ghc documentation for the Dynamic library says: "Examples where this library may come in handy (dynamic types, really - hopefully the library provided here will suffice) are: persistent programming, ..." ^^ ^^^ I would like to