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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-14 04:45:07 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: "Bobby D. Bryant" Newsgroups: comp.lang.ada Subject: Re: "is ada dead?" A challenge for all of us? Date: Sat, 14 Jul 2001 05:34:58 +0600 Organization: The University of Texas at Austin; Austin, Texas Message-ID: <9ipat7$3d9$1@geraldo.cc.utexas.edu> References: <3B4D0989.7A6120E@acm.org> NNTP-Posting-Host: dial-115-9.ots.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: geraldo.cc.utexas.edu 995110631 3497 128.83.168.105 (14 Jul 2001 11:37:11 GMT) X-Complaints-To: abuse@cc.utexas.edu NNTP-Posting-Date: 14 Jul 2001 11:37:11 GMT User-Agent: Pan/0.9.7 (Unix) X-No-Productlinks: Yes Xref: archiver1.google.com comp.lang.ada:9942 Date: 2001-07-14T11:37:11+00:00 List-Id: In article <3B4D0989.7A6120E@acm.org>, "Jeffrey Carter" wrote: > tmoran@acm.org wrote: >> >> What programs should be rewritten in Ada that aren't, at least >> partly, IO drivers? > > How about a graphical web browser that doesn't crash frequently, and > gives the user control over cookies, cache, contacting domains other > than that requested by the user, redisplaying pages from cache, > popping up unwanted windows, ... The Galeon browser does most of that, though it's not quite "there" yet. It's mostly just a wrapper around the Mozillar rendering engine. In principle you could write an Ada wrapper for the engine as well, though I don't have any idea how clean the Mozilla API is. Nor do I know how much of the functionality is in Mozilla vs how much is in Galeon. Bobby Bryant Austin, Texas