From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:638d:: with SMTP id x135mr2452295qkb.60.1600196627335; Tue, 15 Sep 2020 12:03:47 -0700 (PDT) X-Received: by 2002:ac8:e89:: with SMTP id v9mr20047105qti.100.1600196627197; Tue, 15 Sep 2020 12:03:47 -0700 (PDT) Path: eternal-september.org!reader02.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!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 15 Sep 2020 12:03:46 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=143.159.22.37; posting-account=_Sva5AoAAAD2oymju7GDV0zebukPRj7m NNTP-Posting-Host: 143.159.22.37 References: <1dab8412-0ff6-4081-b973-783167a37e6cn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <620a8fb2-758c-4bca-b4d3-f2e49fce3703n@googlegroups.com> Subject: Re: Learning Ada From: Jack Davy Injection-Date: Tue, 15 Sep 2020 19:03:47 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60147 List-Id: On Tuesday, September 15, 2020 at 6:07:16 PM UTC+1, Simon Wright wrote: > Simon Wright writes:=20 >=20 > > Jack Davy writes:=20 > >=20 > >> I've just started learning Ada and am using the book "Ada95: The Craft= =20 > >> of Object Oriented Programming", by John English. I know there are=20 > >> plenty of other resources such as the one on Adacore, which covers Ada= =20 > >> 2012, but I like the style and flow of this book. Anyway, I was=20 > >> wondering whether anyone in the group has the answers to the end of=20 > >> chapter exercises? The author has now retired and the link to them is= =20 > >> dead.=20 > >=20 > > Try here: https://www.dropbox.com/s/8k4xxpj5a67s752/adacraft.tar.gz?dl= =3D0=20 > >=20 > > Nothing like being a pack rat! my hard disk copy is dated 2012-8-25, bu= t=20 > > I don't know when I retrieved it, must ahve been several computers=20 > > ago. Internal dates up to 2001-07-27. Readme says examples tested with= =20 > > GNAT 3.13p! > Actually, they are at adaic.com:=20 > http://archive.adaic.com/docs/craft/craft.html, see the third bullet poin= t. @ Ludovic, thanks for the link to rosettacode; very good source of examples= . And good to hear that you rate the book highly. There don't seem to be ma= ny books on Ada, but there is a very recent one for beginners which I will = probably get to fill in the gaps not covered by "The Craft". https://www.a= press.com/gp/book/9781484254271 @ Simon, thanks, but I already have that file. It contains all the code in = the book but not the answers to the end of chapter questions.=20 By the way, I see the author also wrote a GUI libary for Ada called JEWL, t= he files for which I have also downloaded. Pity it's for Windows only. I'm = a Linux user although I do have Win XP on VirtualBox, but I don't believe t= he current GNAT compiler will run on it.