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 10.66.140.101 with SMTP id rf5mr30843762pab.14.1438010276054; Mon, 27 Jul 2015 08:17:56 -0700 (PDT) X-Received: by 10.140.99.83 with SMTP id p77mr325057qge.3.1438010275969; Mon, 27 Jul 2015 08:17:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f3no3551356igg.0!news-out.google.com!b31ni836qge.0!nntp.google.com!69no2239972qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 Jul 2015 08:17:55 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.203.145.32; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 NNTP-Posting-Host: 81.203.145.32 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Doing Ada right? From: EGarrulo Injection-Date: Mon, 27 Jul 2015 15:17:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27034 Date: 2015-07-27T08:17:55-07:00 List-Id: While reading about Ada on StackOverflow, I have stumbled upon a comment that said that: there are 2 types of programmers: the people who are actually really good at Ada and can do it right, and those that "know" Ada, but program it in a way/style representative of the 70s with older languages.[1] So, how do you become really good at Ada? By studying well-written Ada programs, I suppose. Hence, what programs would you recommend as study material? Thank you. -- [1] http://stackoverflow.com/a/4028307/370132