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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,595cecf596072e80 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail From: David Starner Subject: Re: Why I like Ada User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Message-Id: Newsgroups: comp.lang.ada References: <058ta057iumjnbj5cbdpcskvjb39vmtt2h@4ax.com> <40af5f9d$0$255$edfadb0f@dread16.news.tele.dk> <_bLrc.93133$dP1.296024@newsc.telia.net> <2hj035Fde12lU1@uni-berlin.de> <2004526-101843-843603@foorum.com> <27145927.nZCqhEjHl9@linux1.krischik.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Wed, 26 May 2004 19:33:43 GMT NNTP-Posting-Host: 12.72.69.215 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1085600023 12.72.69.215 (Wed, 26 May 2004 19:33:43 GMT) NNTP-Posting-Date: Wed, 26 May 2004 19:33:43 GMT Organization: AT&T Worldnet Xref: controlnews3.google.com comp.lang.ada:863 Date: 2004-05-26T19:33:43+00:00 List-Id: On Wed, 26 May 2004 18:15:53 +0200, Martin Krischik wrote: > Ludovic Brenta wrote: > >> >> Here is another quote that got me smiling lately: >> >> "Debugging is twice as hard as writing the code in the first place. >> Therefore, if you write the code as cleverly as possible, you are, by >> definition, not smart enough to debug it." - Brian W. Kernighan > > If you program in C/C++ that is indeed true. How glad I am that I found out > about Ada. Why do you think it's a function of programming language? It may be at a different level, but you can replace divisions with bit-twiddling, structured code with hyperoptimized gotos, or manually inline code in Ada just like C.