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:a05:620a:1656:: with SMTP id c22mr8187149qko.144.1581276415192; Sun, 09 Feb 2020 11:26:55 -0800 (PST) X-Received: by 2002:a54:4707:: with SMTP id k7mr8109630oik.153.1581276414903; Sun, 09 Feb 2020 11:26:54 -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!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 9 Feb 2020 11:26:54 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:c7d:3c35:b000:1176:f822:d46e:c9b4; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:1176:f822:d46e:c9b4 References: <87tv41cnnd.fsf@samuel> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <88ce2444-2b2b-4bd7-b766-e83050d26c4d@googlegroups.com> Subject: =?UTF-8?Q?Re=3A_sdlada=2C_l=C3=B6ve=2C_and_programming_for_beginners?= From: Lucretia Injection-Date: Sun, 09 Feb 2020 19:26:55 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58018 Date: 2020-02-09T11:26:54-08:00 List-Id: On Sunday, 9 February 2020 17:34:17 UTC, Rick Newbie wrote: > I don't know much about those languages but I was a bit puzzled when I > looked up if GNAT Ada supprts Rasperry a few weeks ago to see that it > only supports an old version. It doesn't seem to be up to date with the See https://www.raspberrypi.org/downloads/ for up to date OS with up to date GNAT. > On the topic of teenage programmers: Although I am not a teenager I am > new to Ada. What is repelling is when you read Barne's book and you > throw up your arms and think: How am I ever going to master all that?! It's not the best book for learning, but it's fine for people who know previous Ada's. > But I guess what is true for C++ must be true for Ada as well: People > use 20% of the language features 80% of the time. it would be good to > find a way to introduce new programmers using these 20% to start with. > Barne's book is simply overwhelming for the newcommer since it covers > nearly all aspects and you can start out with much less I wouldn't necessarily say that's true for Ada, there are certainly people using quite a lot of Ada features in their projects. Maybe not all, like DSA, but a lot, like OO, aspects, tasking, interfaces, containers, etc.