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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,751d508677a5add1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!u7g2000yqm.googlegroups.com!not-for-mail From: Pablo Newsgroups: comp.lang.ada Subject: Re: ADA made me hate programming Date: Tue, 6 Jul 2010 14:59:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8a03c6b3-55e7-4872-9107-93a49faae60b@u7g2000yqm.googlegroups.com> References: <8f469661-370c-4484-82d8-f1b365455e0f@w12g2000yqj.googlegroups.com> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278453547 32440 127.0.0.1 (6 Jul 2010 21:59:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 6 Jul 2010 21:59:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u7g2000yqm.googlegroups.com; posting-host=201.7.145.1; posting-account=n9Sa1woAAACZc_iwSjaEkj9Lnt-XVrSr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12240 Date: 2010-07-06T14:59:07-07:00 List-Id: On Jun 30, 2:23=A0am, mahdert wrote: > When I first started my undergraduate studies as a computer science > major, I was forced to use ADA in an introductory course.. Mind you I > was already familiar with C++ at that time..but after dealing with ADA > and compilet time errors for about a year, I decided to change my > major to mech eng.. > > Now, after many years, I started to revisit ADA and I seem to catch on > to it.. but I feel (i know) its mostly due to my own experience and > maturity level.. > > So, I have to ask your opinion.. DO you think that the push for > universities to use ADA is a big conspiracy among academicians to kill > the passion of comp. sci in young students who would like to become > software engineers???? I do not see any other reason why.. I suppose you were not introduced to Ada properly. I use Ada to develop even math algorithms, and the high level of code control and debugging really makes me feel very comfortable with the safety/ security that I can achieve. The issue maybe is what you expect from the language and the level of confiability between products and requirements. Ada I should say... makes this in such a way that if you understand your code well, you can do this very pleasantly. I'm sure that if you insist a bit more in studying deeper Ada and its capabilities, you surely shall change your impression about the language. At the universities... I'm pretty sure that there is no engineering course in which Ada don't be (at least!) extremely useful, even for sw eng students. So, if there is a conspiracy... it would be to form better engineers (which is what market or academic world needs!). Regards.