On Thu, 18 Nov 2010 04:06:24 -0500, Masahiro Nakagawa <[email protected]> wrote:
On Wed, 17 Nov 2010 03:18:17 +0900, SHOO <[email protected]> wrote:

I don't know it about this matter so deeply. Perhaps you are understanding it more precisely than me. This will be preaching to the choir...

Nakagawa Masahiro did porting of MessagePack to D.
This module is aimed for serialization and can convert data structure with character string mutually. The main purpose of serialization of MessagePack is to hand data beyond programs and development languages. And it is std.event to offer mechanism about the communication of the data which transcended programs/processes.

I think the review of std.msgpack is done.
But I will replace MPObject implementation with std.variant before adding to Phobos. Unfortunately, this progress is stopped because This[strng] causes compilation error :(

I've been working on an update to std.json, where this is also an issue, and have written a patch. Unfortunately, it's on my home PC, so I'll post it later tonight.
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to