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,278bf0771374076e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news.glorb.com!newsfeed.pionier.net.pl!news.task.gda.pl!not-for-mail From: jtg Newsgroups: comp.lang.ada Subject: Re: ada is getting spanked :( Date: Sun, 29 Oct 2006 20:21:29 +0100 Organization: CI TASK http://www.task.gda.pl/ Message-ID: References: <1162052997.664967.135910@e3g2000cwe.googlegroups.com> <4544D551.20004@nowhere.com> NNTP-Posting-Host: pwr77.pwradio.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.task.gda.pl 1162149675 21348 153.19.176.77 (29 Oct 2006 19:21:15 GMT) X-Complaints-To: abuse@news.task.gda.pl NNTP-Posting-Date: Sun, 29 Oct 2006 19:21:15 +0000 (UTC) User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <4544D551.20004@nowhere.com> Xref: g2news2.google.com comp.lang.ada:7266 Date: 2006-10-29T20:21:29+01:00 List-Id: Leif Holmgren wrote: > Has anyone ever tried to measure the important programming language > speed aspects? What I mean is > - Time to implement a complex algo by an average programmer, including > bug-fixing. There is one natural environment for such tests: programming competition. For example at topcoder (www.topcoder.com) you can see some statistics (average coding time, best coding time, correct programs percentage etc.) for several languages used in these competitions. Unfortunately, the languages are only C++, C#, java and Visual Basic. > - Time for an average programmer to understand the code written for a > complex algorithm? At TopCoder there is a "challenge phase", when you can look into other contestants' programs, look for bugs, and prepare a test case to prove the program is incorrect. There is also a "system test phase" to catch the bugs not found by contestants.