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-Thread: 103376,6e3f191debc78584 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!postnews.google.com!v11g2000prb.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Can Ada be hacked? Date: Tue, 1 Mar 2011 03:17:14 -0800 (PST) Organization: http://groups.google.com Message-ID: <2561745b-7720-470d-a6ee-67f1d0e8cff0@v11g2000prb.googlegroups.com> References: <215154cd-f0bf-4138-b294-776d4e058592@o30g2000pra.googlegroups.com> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1298978248 24759 127.0.0.1 (1 Mar 2011 11:17:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Mar 2011 11:17:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v11g2000prb.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18648 Date: 2011-03-01T03:17:14-08:00 List-Id: On Mar 1, 2:44=C2=A0am, Ho=C3=A0ng =C4=90=C3=ACnh Long = wrote: > I think Ada community should spend more time on opensource software. 100% agreed :-). > 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++. They > are hacked all the time. Isn't it wonderful if there is a browser > which can not be hacked? Just think about this, an operating system > like AuroraUX require too much effort. But a browser require much less > effort (at least I think so). IMHO an Ada browser would be something interesting in the sense that it could have a much larger proportion of common code (between Windows, Linux, and smartphone OSes). And probably less problems with safety issues that seem related to C. There was a discussion in c.l.a. following that announcement of my Generic Image Decoder (GID) http://gen-img-dec.sf.net/ Precisely, the good news for starting a browser: the basic tools in Ada are there. - retrieving HTTP contents, via AWS - decoding images into bitmaps (display and cache), via GID Someone having a clue about HTML decoding and page layout could have relatively quickly a beginning of a browser, IHMO. ______________________________________________________________ Gautier's Ada programming -- http://gautiersblog.blogspot.com/ NB: follow the above link for a working e-mail address