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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,ef0074ec236ba6e3 X-Google-Attributes: gid109fba,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-ArrivalTime: 1994-12-06 13:09:07 PST Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Path: bga.com!news.sprintlink.net!howland.reston.ans.net!pipex!uunet!allegra!alice!ark From: ark@research.att.com (Andrew Koenig) Subject: Re: Teaching (was: Why don't large companies use Ada?) Message-ID: Organization: Software Engineering Research Department References: <3b9s34$m58@cleese.apana.org.au> <3bfn7t$75j@felix.seas.gwu.edu> <3c21e1$nj@gopher.cs.uofs.edu> Date: Tue, 6 Dec 1994 19:32:58 GMT Xref: bga.com comp.lang.ada:8354 comp.lang.c:33595 comp.programming:5661 comp.lang.c++:39868 comp.object:9525 Date: 1994-12-06T19:32:58+00:00 List-Id: In article <3c21e1$nj@gopher.cs.uofs.edu> beidler@guinness.cs.uofs.edu (Jack Beidler) writes: > I see this point made every year when students who have been > using Ada in CS 2 and our Advanced Data Structures and Algorithms > Course take our Operating Systems Course. The faculty member who > teaches that course requires student programs be written in C > (or C++). The students learn the new language on their own. > His first response to student programs was that the student > programs don't look like typical C programs -- they are modularize, > you can read them, they use meaning variable names, etc. > As for learning C or C++ in the first course, I am reminded of > an anti drinking and driving billboard "Drinking and driving is stoopid" > (spelled that way). > TEACHING C OR C++ IN THE FIRST COURSE IS STOOPID Hmm. Sounds like the experience doesn't support the conclusion. I do agree with one thing: it is not nearly as important to teach a langauge as it is to teach programming. If you understand what you are doing, acquiring the language skills is easy; if not, it is impossible. Once upon a time I taught a data structures course in Fortran. Pointers at all. I did this in part to prove that the concepts I was trying to teach were language-independent. I also told students they could use any language they liked for their homework; if they could learn to write it, I could learn to read it. Most of them wound up using Fortran. Sigh. -- --Andrew Koenig ark@research.att.com