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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,13717fdb90d942 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Would someone help a struggling ADA student Date: 1998/10/06 Message-ID: <6vd963$m9s$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 398261098 References: <6v3c4q$890$1@news.campus.mci.net> <6vaj7d$nht$1@owens.ridgecrest.ca.us> <6vatvr$329$1@nnrp1.dejanews.com> X-Http-Proxy: 1.0 x5.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Oct 06 14:24:03 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.05 [en] (WinNT; I) Date: 1998-10-06T00:00:00+00:00 List-Id: In article <6vatvr$329$1@nnrp1.dejanews.com>, dewarr@my-dejanews.com wrote: > If indeed this is an algorithms or AI course (the only types of course for > which an assignment like this would be appropriate), then I see no reason to > force students to write in a particular language, since in that context, > language is secondary. ...except that the programs have to be linked together to play each other. I suppose that could be done with pipes or shared memory or something, but the easiest way would be to compile and link them into one exectuable. In that case it would be easiest on all concerned if it were done in one langauge. This sounds an awful lot like my final AI assignment. The game was a sort of hide-and-seek variant, but otherwise its the same assignment. Of course since the implementation language was Lisp, just getting a somewhat working program earned you a "C". :-) Personally I see nothing wrong with professors requiring a certain language to be used in courses, as long as its not always the same langauge for every class. I'm very glad I had to learn lisp, because it opened me up to new ways of thinking about algorithms. Concurrent C was an eye-opener too. -- T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own