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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c0e0c959f5ef11b4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.241.162 with SMTP id wj2mr7763352pbc.2.1342382947032; Sun, 15 Jul 2012 13:09:07 -0700 (PDT) Path: l9ni11880pbj.0!nntp.google.com!news2.google.com!postnews.google.com!km7g2000pbc.googlegroups.com!not-for-mail From: wrp Newsgroups: comp.lang.ada Subject: Re: Pre-Ada95 books still worth reading Date: Sun, 15 Jul 2012 13:09:06 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <67e508lh89b705q2d0u82in99p6u15cel9@invalid.netcom.com> <3c8f0f00-14e0-4059-9a3a-66fb2547d7a6@googlegroups.com> NNTP-Posting-Host: 75.170.51.82 Mime-Version: 1.0 X-Trace: posting.google.com 1342382946 13399 127.0.0.1 (15 Jul 2012 20:09:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 15 Jul 2012 20:09:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: km7g2000pbc.googlegroups.com; posting-host=75.170.51.82; posting-account=_xNmGgoAAADzVbG1LIrTaXAR97KD43ZC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-15T13:09:06-07:00 List-Id: On Jul 15, 6:33=A0am, Ada novice wrote: > Books I have seen: > > 1. Haberman. Ada for Experienced Programmers > Compares Ada and Pascal side by side. Yeah. The title should be _A Comparison of Ada and Pascal_. If that is what you want, a review I read said that Haberman did a good job. The question is whether the contents are now too dated. > 2. Ford. Scientific Ada > Discusses a few algorithms here and there but otherwise not much interest= ing. I sometimes see questions from researchers trying to choose Fortran vs. Ada for numerical work. This seems to be the only book-length evaluation of Ada in that respect. I wonder how it compares to the relevant parts of _Ada as a Second Language_ or _Programming in Ada 2005_. Contents: 1. The Rationale for Ada 2. Ada as General Scientific Language 3. Ada and Fortran 4. Pascal to Ada Conversion 5. Ada and Other Scientific Languages: A Critique 6. Ada: Style and Recommendations 7. Ada: Numerics 8. Ada Packages 9. Ada: Error Mechanisms, Exceptions and Generics 10. Guidelines for the Design of Large Modular Scientific Libraries in Ada > Haven't seen this one: > Pyle. Developing Safety Systems: A Guide Using Ada Here are some snips from a review. Sounds like it might still have some useful tidbits. ...The construction of software for critical systems is addressed in three sections covering requirements analysis, design principles, and quality assurance... ...The section on design deals with general principles of software design, static structure using Ada packages, algorithm design in Ada, and controlling devices in Ada... ...the author has a clear understanding of correctness, formality, and rigor, concepts that sometimes suffer from poor explanation...