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:617:: with SMTP id 23mr1488556qkg.11.1587099746316; Thu, 16 Apr 2020 22:02:26 -0700 (PDT) X-Received: by 2002:aca:c145:: with SMTP id r66mr995291oif.90.1587099746039; Thu, 16 Apr 2020 22:02:26 -0700 (PDT) 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!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 16 Apr 2020 22:02:25 -0700 (PDT) In-Reply-To: <6193307e-92c4-4891-a480-3ee08e0fe0be@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2601:18f:982:19b0:2b2:dcfe:2ee3:7563; posting-account=3pYsyQoAAACcI-ym7XtMOI2PDU8gRZS5 NNTP-Posting-Host: 2601:18f:982:19b0:2b2:dcfe:2ee3:7563 References: <87muca3vgd.fsf@nightsong.com> <57d49047-0a61-4d13-8822-d004732a3acc@googlegroups.com> <3b1b248b-43d0-4762-b1f5-1c5460d24c8b@googlegroups.com> <6193307e-92c4-4891-a480-3ee08e0fe0be@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Beginning Ada Programming, by Andrew T. Shvets (2020) From: Andrew Shvets Injection-Date: Fri, 17 Apr 2020 05:02:26 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:58389 Date: 2020-04-16T22:02:25-07:00 List-Id: On Friday, April 17, 2020 at 12:10:03 AM UTC-4, Andrew Shvets wrote: > On Tuesday, December 3, 2019 at 9:04:24 AM UTC-5, AdaMagica wrote: > > Am Dienstag, 3. Dezember 2019 14:57:53 UTC+1 schrieb Lucretia: > > > People coming from other languages might not grasp types easily, > >=20 > > Hey, what's difficult to understand in > >=20 > > type Temperature is range -40 .. 40; -- Celsius > >=20 > > for a home thermometer? >=20 > That's not fair, now is it? You and I know full well what that means. B= ut drop someone who has done C/C++/Java/Python into the same situation and = it's a sure-fire way of having that person give up and declare that Ada is = "too hard" or use some other excuse. >=20 > What does that accomplish? Darn, I can't edit my original post. But, the example that you've provided is very simple, but when it comes to = types in Ada, it's a vast subject and type Temp is range -40 .. 40; does no= t do it justice. There is so much more to this than that and to have someo= ne new to try to untangle the different concepts and make sense of them wil= l only have them abandon Ada.