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,901cf02e3fdf0c96 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!newsfeed.news2me.com!sn-xt-sjc-04!sn-xt-sjc-08!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail From: "ME" Newsgroups: comp.lang.ada Subject: Re: SI Units - has Ada missed the boat? Date: Mon, 9 Jul 2007 22:54:10 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <13967olg3qa021b@corp.supernews.com> References: <1183907619.564482.240470@w3g2000hsg.googlegroups.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Original X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:16447 Date: 2007-07-09T22:54:10-07:00 List-Id: Yes I have been looking for this. "Martin" wrote in message news:1183907619.564482.240470@w3g2000hsg.googlegroups.com... > One of my pet hopes for Ada2005 was that it would include some method > of automatically checking systems of units at compilation time or with > minimal run-time checking. Alas it was voted down due to time > pressures and technical issues (see > http://www.ada-auth.org/ai-files/minutes/min-0403.html#AI324 > and http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-00324.TXT?rev=1.3). > > C++ now has the Boost library (see > http://svn.boost.org/trac/boost/browser/sandbox/units) > with zero-runtime cost (or at least when optimisation is switched on). > > And now Java has a proposal for a similar beast (see > https://jsr-275.dev.java.net/files/documents/4333/34956/jsr-275.pdf). > > I've been playing around with the C++ Boost library and it seems quite > good - at least for the sort of things I would use it for (embedded > avionics). > > Is anyone still working on an Ada solution to this? > > Cheers > -- Martin >