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,5cb36983754f64da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-07 06:54:26 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: No call for Ada (was Re: Announcing new scripting/prototypinglanguage) Date: Wed, 7 Apr 2004 13:54:23 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <20040206174017.7E84F4C4114@lovelace.ada-france.org> <406EB6D2.8030801@noplace.com> <87d66pyw1g.fsf@insalien.org> <406EEC35.7040109@noplace.com> <874qs0zvy1.fsf@insalien.org> <40714C98.90601@noplace.com> <1073gv22t969q5a@corp.supernews.com> <40729B9D.30906@noplace.com> <4072E8BA.2020201@noplace.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1081346063 11625 134.91.1.34 (7 Apr 2004 13:54:23 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 7 Apr 2004 13:54:23 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:6812 Date: 2004-04-07T13:54:23+00:00 List-Id: chris wrote: : Yeah but why go to the hassle of recompiling on X architectures when you : can use Java and run the same binary on all the systems the DB runs on : and lots it does not through JDBC? Because you can't. A JVM is by far not enough to do real work. For this you need libraries usually not written in Java (data bases, system stuff, image processing, ...). : Now a portable GUI would be good. For what? A GUI needs care and if you want just an input dialogue for three numbers, little time is needed to create them in a way that suits some OS.