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:ac8:5513:: with SMTP id j19mr4705438qtq.143.1575376399992; Tue, 03 Dec 2019 04:33:19 -0800 (PST) X-Received: by 2002:a9d:6a4c:: with SMTP id h12mr2969760otn.81.1575376399595; Tue, 03 Dec 2019 04:33:19 -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!g89no1167399qtd.0!news-out.google.com!o19ni42qtr.1!nntp.google.com!g89no1167385qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 3 Dec 2019 04:33:19 -0800 (PST) In-Reply-To: <57d49047-0a61-4d13-8822-d004732a3acc@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <87muca3vgd.fsf@nightsong.com> <57d49047-0a61-4d13-8822-d004732a3acc@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Beginning Ada Programming, by Andrew T. Shvets (2020) From: Lucretia Injection-Date: Tue, 03 Dec 2019 12:33:19 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57628 Date: 2019-12-03T04:33:19-08:00 List-Id: On Tuesday, 3 December 2019 12:11:11 UTC, AdaMagica wrote: > 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. There's nothing wrong with using integer to start off and then moving onto defined types.