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-Thread: 103376,fc52c633190162e0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!indigo.octanews.net!news-out.octanews.net!mauve.octanews.net!news-out.readnews.com!postnews3.readnews.com!not-for-mail Newsgroups: comp.lang.ada Subject: Re: why learn C? From: "Peter C. Chapin" References: <1172144043.746296.44680@m58g2000cwm.googlegroups.com> <1172161751.573558.24140@h3g2000cwc.googlegroups.com> <546qkhF1tr7dtU1@mid.individual.net> <5ZULh.48$YL5.40@newssvr29.news.prodigy.net> <1175215906.645110.217810@e65g2000hsc.googlegroups.com> <1175230352.808212.15550@e65g2000hsc.googlegroups.com> <1175236212.771445.135460@y66g2000hsf.googlegroups.com> <1175246243.5771.67.camel@localhost.localdomain> <460f0951$0$23134$9b4e6d93@newsspool1.arcor-online.net> Organization: Kelsey Mountain Software Message-ID: User-Agent: Xnews/5.04.25 Date: 01 Apr 2007 11:59:54 GMT NNTP-Posting-Host: 2ad16946.news.sover.net X-Trace: DXC=0=lcO?6YY:^gVIiDmACf[\K6_LM2JZB_S=OgnZ7FgS=U3?@`i3kGa5[f_g[S;oEfHV7U`]V[M2JjX X-Complaints-To: abuse@sover.net Xref: g2news1.google.com comp.lang.ada:14707 Date: 2007-04-01T11:59:54+00:00 List-Id: Georg Bauhaus wrote in news:460f0951$0$23134$9b4e6d93@newsspool1.arcor-online.net: > Like C++ and Ada, Perl is a given language. Corresponding tools are > just not used frequently, so we will continue to see code that > recreates fancy pitfalls. Therefore, the best way for years of rule > checking experience to manifest itself in software is adding the most > important results to the language proper. Or, where possible, use a > language that enforces these rules by definition. The advantage of using tool checked coding guidelines is that everyone can customize them. The disadvantage of using tool checked coding guidelines is that everyone can customize them. :-) Peter