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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no 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-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: What's stopping you from using Ada for your next commercial project? Date: Sun, 13 Mar 2011 10:55:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 90.194.162.198 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1300038926 6188 127.0.0.1 (13 Mar 2011 17:55:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 13 Mar 2011 17:55:26 +0000 (UTC) In-Reply-To: <6a016f51-ab14-43b7-a49c-37f3ad76bc0c@glegroupsg2000goo.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.198; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Xref: g2news2.google.com comp.lang.ada:19114 Date: 2011-03-13T10:55:26-07:00 List-Id: > And that's why pretty much nobody who wants to evaluate embedded Ada on t= heir own (as opposed to getting paid to do so) will make the effort. It's = up to an Ada tool vendor, perhaps in cooperation with a board vendor, to pr= ovide an out-of-the-box solution. Actually, you can do this already and you can customise the runtime (search= for configurable within system.ads) so that you only provide a limited set= of features. See https://github.com/Lucretia/tamp where I do exactly that = to provide a zero footprint runtime for bare boards. It does take an age to= compile due to building acats on the native compiler as well. Luke.