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:a24:8049:: with SMTP id g70-v6mr3506169itd.37.1530539578310; Mon, 02 Jul 2018 06:52:58 -0700 (PDT) X-Received: by 2002:aca:eb15:: with SMTP id j21-v6mr2437967oih.6.1530539578149; Mon, 02 Jul 2018 06:52:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!d7-v6no3057659itj.0!news-out.google.com!z3-v6ni2516iti.0!nntp.google.com!d7-v6no3057653itj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 2 Jul 2018 06:52:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.39.218.10; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 194.39.218.10 References: <856189aa-fa00-4960-929e-174f352310ad@googlegroups.com> <2718c8d4-5f35-4fd8-a1aa-1e60069a7a5d@googlegroups.com> <39fce60c-9f56-42fb-b679-fa08810b00ee@googlegroups.com> <47d4ddac-8dae-426c-9096-88d032c59cb0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <571435b9-a5ff-44f2-8977-b0126aed660a@googlegroups.com> Subject: Re: Teaching C/C++ from Ada perspective? From: Marius Amado-Alves Injection-Date: Mon, 02 Jul 2018 13:52:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:53504 Date: 2018-07-02T06:52:57-07:00 List-Id: /* > > (Whereas in Ada you can take a fragment and keep the good style.) > No. Or I see no reason for Ada to be better here ...just check the first = screenful of questions to see how easy it is for the beginner to go astray. Well, your mileage may vary. Personally I have learnt C++ and Ada both frag= ment by fragment. With each new fragment (and version!) of C++ I often have= to adapt, revise, change, or ditch an idiom entirely. (Classes being the e= xception, hence the recommendation.) With each new fragment of Ada I could = keep the previous idioms, seldom change them, never ditch them. As I said, = personal memory, maybe I used the wrong books. Thanks for the "Accelerated" book recommendation, I'll check. My learned co= lleages recommend the "42 ways". */