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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6e3f191debc78584 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!postnews.google.com!a11g2000pri.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Can Ada be hacked? Date: Mon, 28 Feb 2011 23:41:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <030f4f4a-1878-4c2a-a5ac-7f87613cdd5e@a11g2000pri.googlegroups.com> References: <215154cd-f0bf-4138-b294-776d4e058592@o30g2000pra.googlegroups.com> NNTP-Posting-Host: 174.28.181.54 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1298965314 2630 127.0.0.1 (1 Mar 2011 07:41:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Mar 2011 07:41:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a11g2000pri.googlegroups.com; posting-host=174.28.181.54; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0E),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:17661 Date: 2011-02-28T23:41:53-08:00 List-Id: On Feb 28, 7:15=C2=A0pm, "Nasser M. Abbasi" wrote: > On 2/28/2011 5:44 PM, Ho=C3=A0ng =C4=90=C3=ACnh Long wrote: > > > I think Ada community should spend more time on opensource software. > > That's the best way to make Ada more popular. Why don't you make a new > > browser in Ada? Google Chrome, IE, Firefox are written in C++. > > Waste of human time :) > > Browsers are dime a dozen, so are databases and OS'e, why Keep > re-inventing the same wheel over and over. Well, first off this is *ONLY* a valid attitude/assumption IF one *IS* implementing the same thing, or very nearly; it holds little weight when the design/structure is radically different: we can see this proved in a simple way with algorithms. Consider a bubble-sort and a shell-sort, the outputs of the two are the same, but the running-times are different. If all you're going to do is make the next *nix then I quite agree; but if you were to do something really different, like Oberon, then that's actually something different [that the usual fare]. > > Browser does take huge effort to do. 1 million lines of code > to start with. A real one at least. That's a non-argument; most significant projects are going to have such a large number of lines.