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,677963b1aa23e668 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!t19g2000prd.googlegroups.com!not-for-mail From: KK6GM Newsgroups: comp.lang.ada Subject: Re: What's stopping you from using Ada for your next commercial project? Date: Mon, 14 Mar 2011 07:09:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <80b0754d-b6f2-4861-988e-f76c51f20ed9@t19g2000prd.googlegroups.com> References: <7d308b7b-51d7-4c93-85c8-eecb40f843d0@glegroupsg2000goo.googlegroups.com> <88bf5879-c58e-4ae1-ad9e-e2b6a48729fe@34g2000pru.googlegroups.com> NNTP-Posting-Host: 12.35.64.226 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1300111753 2210 127.0.0.1 (14 Mar 2011 14:09:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 14 Mar 2011 14:09:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t19g2000prd.googlegroups.com; posting-host=12.35.64.226; posting-account=qZVz2QoAAAAN9WxYp-9jYb7jORc4Zqwt User-Agent: G2/1.0 X-HTTP-Via: 1.1 barracudaweb.tritool.rancho:8080 (http_scan/4.0.2.6.19) X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; .NET4.0C; .NET4.0E; InfoPath.1),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:19141 Date: 2011-03-14T07:09:12-07:00 List-Id: On Mar 14, 7:00=A0am, "Dmitry A. Kazakov" wrote: > On Mon, 14 Mar 2011 05:15:22 -0700 (PDT), KK6GM wrote: > > IMO, if an embedded engineer can try out Ada's tasking and realtime > > features on a typical piece of hardware, they'll be sold. > > And Ada's fixed-point arithmetic. People are writing everything first in > double and then run monstrous tests in order to verify that the system's > behaviour wouldn't change when double is replaced by a home-brewed intege= r > emulation of fixed point. In Ada one could just define the target type > right from the start and spare all the mess. Definitely agree - Ada's fixed-point is a hidden gem for embedded programming. It makes me crazy that the industry has ignored Ada the way it has. But the tool vendors haven't made much effort that I can see to change things either.