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,1943b1e68472411f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-12 13:02:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!sn-xit-05!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Why write an Ada web browser ?, was: Re: GNAT Ada - DLL - MSVC Date: Wed, 12 Jun 2002 15:01:37 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3D062F7D.406B8709@sympatico.ca> <3D0761FF.38554417@sympatico.ca> <3D076F21.E0CB708E@san.rr.com> X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:25825 Date: 2002-06-12T15:01:37-05:00 List-Id: Darren New wrote in message <3D076F21.E0CB708E@san.rr.com>... >David Marceau wrote: >> > Would you write a Java Virtual Machine implementation in Ada ? >> In my opinion it is a waste of time because assuming you have access to >> the source, you could recompile on any platform quite easily. >> The recompiled ada would be much faster than a JVM running java byte >> code. JAVA and jvm is hype IMHO. > >Errr, except for the web sites that have Java on them, yes? I mean, how are >you going to run a java applet off a web site if you don't have a JVM in >your browser? Why would you want to do that? It's unsafe and time consuming; I have all of that stuff disabled (and Java script) in every web browser I use. Gets rid of a lot of pop-up ads and other nonsense. If you really care about security, etc., you won't run plugins at all. If you do run them now, then of course an Ada solution won't buy you anything (you've already given up on any real security). Keep using what you are using now. Randy.