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,5430b81ad265fc75 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-15 06:43:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!iad-peer.news.verio.net!news.verio.net!iad-read.news.verio.net.POSTED!not-for-mail From: Dr Nancy's Sweetie Subject: Re: Array Of Constant Strings? Newsgroups: comp.lang.ada References: <19guh-2f4.ln1@beastie.ix.netcom.com> <3E4D46B9.6060805@acm.org> Organization: Rowan University User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (SunOS/5.8 (sun4u)) Message-ID: Date: Tue, 15 Apr 2003 13:40:39 GMT NNTP-Posting-Host: 150.250.64.69 X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 1050414039 150.250.64.69 (Tue, 15 Apr 2003 13:40:39 GMT) NNTP-Posting-Date: Tue, 15 Apr 2003 13:40:39 GMT Xref: archiver1.google.com comp.lang.ada:36159 Date: 2003-04-15T13:40:39+00:00 List-Id: Georg Bauhaus asked, of the programming contest I mentioned earlier: > "The languages allowed for the 2003 contest are C, C++, Java, > QuickBasic, and Visual Basic." > > How is that? The contest is open to any high school in south Jersey whose team wins at the county level. In order to ensure fairness, we allow the students to program using whatever language and environment they have been learning in their classes. The union of all the languages in use at all the schools in half a state turns out to be pretty big. One of the reasons I decided to go with Ada for my canonical sample solution is that the language is reasonably readable to anyone who knows much about programming. (My solution isn't up on the site yet, so the teachers can assign the problem for homework if they want.) The schools teaching AP courses tend to use the language of the AP exam, which is currently C++. Next year, the AP test is going to switch from C++ to Java, and many of the schools will be switching as well. My own feelings are that C and C++ are not good languages for teaching a first class in programming, and given what I saw of QuickBasic I'm amazed that anyone uses it for anything. But I don't get to make those choices for other people. Darren Provine ! kilroy@elvis.rowan.edu ! http://www.rowan.edu/~kilroy "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." -- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5