One of our customers asked about Pike support for Google Protocol Buffers [1]. I wasn't aware of that standard before but apparently it's been incorporated into a wide variety of languages [2]. Has anyone here experimented with it, and perhaps prototyped a Pike version?
[1] https://developers.google.com/protocol-buffers/ [2] http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
I've only been prodding at someone else's project using C++ <-> protbuf <-> python. In that project it seems like there's a special definition file that created the source code to use the buffer objects.
If there's a good definition of it it shouldn't be too hard to make a packer/unpacker for that in Pike.
pike-devel@lists.lysator.liu.se