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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3885b7fd66a1db28 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-23 16:47:23 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uunet!sea.uu.net!sac.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: Why is Ada NOT a good choice for a beginner to programming? User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Tue, 24 Dec 2002 00:46:48 GMT Content-Type: text/plain; charset=us-ascii References: <15FN9.2313$c6.2612@bos-service2.ext.raytheon.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Organization: The World Public Access UNIX, Brookline, MA Xref: archiver1.google.com comp.lang.ada:32268 Date: 2002-12-24T00:46:48+00:00 List-Id: faust writes: > Remember what Dijkstra said: > > "It is practically impossible to teach good programming style to > students that have had prior exposure to BASIC; as potential > programmers they are mentally mutilated beyond hope of regeneration." > ( Professor Edsger Dijkstra ) I don't much like Dijkstra's style. I mean, if you're trying to convince someone who only knows BASIC that there are better languages, the above hyperbole would just annoy the person. If usenet had existed, it would start a silly flame war. (Didn't Dijkstra's also say teaching BASIC should require a prison sentence? Or was that some other language? I used to think it was a pretty clever way of speaking.) It's also the case that BASIC has changed a lot since he said that. Or should I say, BASICs, plural? ;-) One should learn *many* programming languages, if one is serious about programming. But one should not start with BASIC (or C, or assembly). - Bob