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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,aa8786249f0c751f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Thu, 30 Jun 2005 00:12:00 -0500 Newsgroups: comp.lang.ada Subject: Re: How difficult is ada to learn? References: <1120092264.749327.16210@z14g2000cwz.googlegroups.com> From: Ludovic Brenta Date: Thu, 30 Jun 2005 07:11:17 +0200 Message-ID: <87ekakh1je.fsf@insalien.org> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:WqUKxnfYpam//aZ7iuQeyshtPrs= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 83.134.240.58 X-Trace: sv3-hwrG5CsbgqTuDWzhngp+2NGWUPX5QunjzCLOkxsbYtGgMUEQabTO0R/8ONALZC2DhRlbYXzlOdtAIri!CWxj8zqLkCO5Na7iv4MkMafLKFdO4N+OM11q1TsWZeY43lmH0iGbZfvQfY6nOZUG0A== X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:11749 Date: 2005-06-30T07:11:17+02:00 List-Id: "Sm704" writes: > How difficult is the Ada programming language to learn? I have > Pascal/Object pascal experience, and want to move to a new language > soon. C/C++ is too scary for my tastes. I was considering either Ada > or modula2 as my next language. How does Ada compare in power to > modula2 and the Borland's dialect of Pascal? > > Thanks I would say: Pascal < Modula-2 < Object-Pascal < Ada But, if you know Object-Pascal, learning Ada won't be too difficult for you. The main areas where you'll learn new things are tasking and the Ada way of doing OOP. I suggest you read the following article, which will help you: http://homepage.sunrise.ch/mysunrise/gdm/pascada.htm HTH -- Ludovic Brenta.