From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1eef1e815cf70416 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.157.134 with SMTP id b6mr1789146bkx.5.1339172977660; Fri, 08 Jun 2012 09:29:37 -0700 (PDT) Path: e27ni27992bkw.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Distributed Systems Annex, data sharing between programs Date: Fri, 08 Jun 2012 17:29:35 +0100 Organization: A noiseless patient Spider Message-ID: References: <8055acf5-188f-4b34-b4f0-83d70fee54f8@googlegroups.com> <96feb838-e0d3-4d06-abf0-79a8e74b5746@e20g2000vbm.googlegroups.com> <54af7ad7-7268-4d84-bafa-542e380a58f6@n16g2000vbn.googlegroups.com> <3d2dnQYdb57WeUzSRVn_vwA@giganews.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="VkRmmmXzMj956AdxXtqrqg"; logging-data="7700"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/3c4qJ6E3jTKCKiSCprwKJVHZGkfqnne4=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (darwin) Cancel-Lock: sha1:aaTYjnPt9t13lQ8l/XcKyfBjMPk= sha1:LFHQ2Zw1f/WXwvBrtOhmV2RBmUI= Content-Type: text/plain; charset=us-ascii Date: 2012-06-08T17:29:35+01:00 List-Id: "Peter C. Chapin" writes: > On 2012-06-06 15:17, Simon Wright wrote: > >>> http://msgpack.org/ >>> >>> It is not complete in the sense that it covers only the serialization >>> part (and even there has many limitations), but for a number of >>> problems seems like a nice and easy, off-hand solution. Yes, the Ada >>> binding is missing there. >> >> I'm thinking I need a project; would anyone be interested in an Ada >> binding? > > One middleware system I've used before is Ice > (http://www.zeroc.com). I'd love to see an Ada binding to it. That looks like a large-ish project. As of Feb 2011 there was no documentation on how to approach such a project[1]. MessagePack seems to be similarly lacking. There's a singular lack of comments in the source, I guess it's all obvious if you're a Ruby guru. But at least the object format is defined! [1] http://www.zeroc.com/forums/projects/5267-d-language-bindings.html