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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a9b0810d3106d9b8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Fun with C Date: Mon, 02 May 2011 18:19:46 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <117x5uepxzqrn$.zu65rz3wdey9.dlg@40tude.net> <10wrcep2z88z3$.1q3jmf2y5a0qn.dlg@40tude.net> <356b1c5c-9b6e-488b-a31a-6e1d15082f2c@k22g2000yqh.googlegroups.com> <5l0ijm901fhp$.3f2xu562o6ri$.dlg@40tude.net> <724c7fd3-046b-42ee-9dff-5606b8ca1048@dr5g2000vbb.googlegroups.com> <1ttincqpi28n0.1no79n6bocser.dlg@40tude.net> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:19128 Date: 2011-05-02T18:19:46-07:00 List-Id: Speaking about C again, I found this article "Ten Reasons to Teach and Learn Computer Programming in C" http://iel.ucdavis.edu/publication/WhyC.html "1. C is one of foundations for modern information technology (IT) and computer science (CS)." I think that is true. "2. C is the most commonly used programming language in industry. True again. "3. C is the language of choice for programming embedded and mechatronic systems with hardware interfaces" I think we all can agree on this. C is more popular that Ada in this area. "4. C is one of the most commonly used programming languages in colleges and universities." True also. "5. C excels as a model programming language." I would probably argue about this being very accurate. "6. C is the base for all other programming languages." There is some truth to this. "8. C is a standardized programming language with international standards." I would not argue against this. "9. Computer programming is becoming a necessary skill for many professions." Very true. "10. Computer programming can develop student's critical thinking capabilities." True also. I think the author makes many points that seem to be valid, yet somehow I can't agree that these are still good reasons to teach programming using C at schools. I learned Pascal for programming at school, and I think that was a good thing (tm). Any way, I thought some here might like to see the above article given this topic is all about C and such ;) --Nasser