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,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: kevin.cline@gmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: ADA Popularity Discussion Request Date: 30 Aug 2004 12:16:37 -0700 Organization: http://groups.google.com Message-ID: References: <49dc98cf.0408110556.18ae7df@posting.google.com> NNTP-Posting-Host: 198.23.26.253 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1093893397 14170 127.0.0.1 (30 Aug 2004 19:16:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Aug 2004 19:16:37 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3181 Date: 2004-08-30T12:16:37-07:00 List-Id: "Richard Riehle" wrote in message news:... > "Kevin Cline" wrote in message > news:e749549b.0408271348.74f5a957@posting.google.com... > > > > Are there any CS programs that have chosen Ada as their core language? > > I rarely meet recent graduates with any exposure to Ada at all. For > > better or worse, (worse in my opinion), most CS departments seem to > > have settled on Java. > > > On this point we agree. In my programming paradigms > course (taught at the graduate school level), I have opted > to begin with functional languages instead of imperative > languages. I applaud you for this. In my experience, programmers familiar with functional languages learn a deeper way of thinking about code, and tend to produce much smaller and more maintainable code than programmers who have never been exposed to FP. > The students entering this course already > have at least one Quarter of Java. In my view, they > need to understand how to write programs without > doing any assignment at all. Perhaps more importantly, how to write programs without the array and the for-loop.