Browse thread
ANN: pretty-printing, type-safe marshalling, dynamic typing for free.
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jeremy Yallop <jeremy.yallop@e...> |
| Subject: | Re: [Caml-list] Re: ANN: pretty-printing, type-safe marshalling, dynamic typing for free. |
Nicolas Pouillard wrote: > On 6/20/07, Eric Cooper <ecc@cmu.edu> wrote: >> On Wed, Jun 20, 2007 at 08:38:20PM +0100, Jeremy Yallop wrote: >> > Do you have any other suggestions for a name for naive >> > serialisation? "Serialise"/"Serialize", perhaps? >> >> Dump? > > +1 > > Pickle -> Dump > Shelve -> Pickle Thanks for the suggestions, everyone. I've uploaded a new version of deriving with the name changes you suggested. There are a few other changes: the interfaces of Dump and Pickle are now compatible, deriving should now work on 64-bit platforms, and there's a fix for a quotation that was causing compilation problems. I've only had one report of unsuccessful compilation. I'd be very interested to hear if anyone else had problems building deriving or running the tests. Reports of success are welcome too, of course. Jeremy.