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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:a348:: with SMTP id m69mr4770451qke.474.1575375070034; Tue, 03 Dec 2019 04:11:10 -0800 (PST) X-Received: by 2002:a9d:6b86:: with SMTP id b6mr2748998otq.182.1575375069827; Tue, 03 Dec 2019 04:11:09 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no1118985qtd.0!news-out.google.com!o19ni42qtr.1!nntp.google.com!g89no1118979qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 3 Dec 2019 04:11:09 -0800 (PST) In-Reply-To: <87muca3vgd.fsf@nightsong.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.22.143.114; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 185.22.143.114 References: <87muca3vgd.fsf@nightsong.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <57d49047-0a61-4d13-8822-d004732a3acc@googlegroups.com> Subject: Re: Beginning Ada Programming, by Andrew T. Shvets (2020) From: AdaMagica Injection-Date: Tue, 03 Dec 2019 12:11:10 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57627 Date: 2019-12-03T04:11:09-08:00 List-Id: Am Dienstag, 3. Dezember 2019 05:05:27 UTC+1 schrieb Paul Rubin: > This is not out yet, but it looks interesting and is due at the end of > the month: > > https://www.springer.com/us/book/9781484254271 > > Is the author the same Andrew Shvets who posts here sometimes? Yes, he is. I had a little conversation on the very first edition with him. I esp. objected that he started his examples with using Integer rather than user-defined types (which IMHO is the very heart of Ada). I do not know whether he changed this. The very first exercise in my basic Ada course was to find a type definition for a given problem: What is the range of values you expect to need? Just using Integer here is like cheating - i.e. refusal to think about the problem. > Andrew if you're here, what does the book cover in terms of e.g. new Ada > features, SPARK, etc.? > > It's great that new books are coming out about Ada. Anyway, it's favorable that there is another Ada book out there now that is up to date.