From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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.6 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Ada versus Pascal Date: Thu, 21 Oct 2021 23:40:51 -0700 Organization: A noiseless patient Spider Message-ID: <87mtn1d0jw.fsf@nightsong.com> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="16e96be9099e041bbfb4b24bd54dd383"; logging-data="15632"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Z6YhiZhSD7QwBqlSI7D8b" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cancel-Lock: sha1:VM2HboOPH5EPS7U9M8xWI9PJcYs= sha1:klLCklxZ09XfLT0+LwpITEoLg10= Xref: reader02.eternal-september.org comp.lang.ada:63049 List-Id: 711 Spooky Mart <711@spooky.mart> writes: > What degree of learning curve is there to learn Ada, coming from a > Pascal background? What kind of rough timeframes to get comfortable with > programming without always looking to the manuals? Ada is not that hard to get started with, but it has orders of magnitude more stuff in it than Pascal does, and getting familiar with all the intricacies is a big task. I've fooled with Ada a little, I consider myself a language geek, I've been following this newsgroup on and off for years, but I can't understand that many of the discussions I see here. If I wanted to do something serious with Ada, I'd start by working through an in-depth textbook rather than just an intro or tutorial. For just getting started, I used "Ada Distilled" (easy to find online). It is pretty good, but there is an enormous amount of material that it doesn't cover.