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,25e091afe1184988 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Reference-oriented language and high-integrity software Date: Fri, 03 Nov 2006 16:17:25 +0000 Organization: Pushface Message-ID: References: <4r0rggFoug8lU1@individual.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1162570641 18911 62.49.19.209 (3 Nov 2006 16:17:21 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 3 Nov 2006 16:17:21 +0000 (UTC) Cancel-Lock: sha1:ZMI0wyD7UN8GF+Ki6M4uZ0NjcWA= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news2.google.com comp.lang.ada:7363 Date: 2006-11-03T16:17:25+00:00 List-Id: "Dr. Adrian Wrigley" writes: > So the advantage is that you can attempt use existing programmers > for writing high integrity/real-time software. And the code > produced can even be executed with standard compilers/runtimes, > albeit without the benefits of the HI/RT environment. > And of course, all the IDEs, code analysis tools can be used. > Sounds rather useful. I would have expected the cost of teaching a random programmer to create good SPARK annotations would be quite a bit greater than the cost of teaching a random Java programmer to write Ada (to the equivalent level of competence, assuming that's acceptable of course). We are developing a large-ish VxWorks application, but most of the work is done on the host (Windows, eeew). With GNAT, you get the host compiler as part of the cross-development bundle ...