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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f495c7652c09dd8c X-Google-Attributes: gid103376,public From: jmarten@ibm.net (Jean-Marten Marchi) Subject: Re: Does this model work ? Date: 1999/05/17 Message-ID: <37432a26.24900835@news2.ibm.net>#1/1 X-Deja-AN: 478989096 Content-Transfer-Encoding: 7bit References: <373e38e2.31311363@news2.ibm.net> <7hmcu1$k8g$1@nnrp1.deja.com> <37412e95.34501560@news2.ibm.net> <7ho4f8$nn4$1@nnrp1.deja.com> X-Trace: 17 May 1999 14:49:59 GMT, 139.92.73.20 Organization: IBM Global Services - Remote Access Mail & News Services X-Notice: should be reported to postmaster@ibm.net Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada X-Complaints-To: postmaster@ibm.net Date: 1999-05-17T00:00:00+00:00 List-Id: On Mon, 17 May 1999 04:03:52 GMT, Robert Dewar wrote: >In article <37412e95.34501560@news2.ibm.net>, > jmarten@ibm.net (Jean-Marten Marchi) wrote: >> Don't you think that something practical and useful could be >> done inside the GNU project? > >Sorry, perhaps it is a language problem, but that question is >quite incomprehensible to me. The GNU project has devoted itself >to producing practical and useful software! > >> I mean useful for the end user. You have one point of >> distribution and don't care about the hardware or the OS. >> However, your application is >> still optimized for your platform. > >Sorry I have no idea what you are getting at here > > >--== Sent via Deja.com http://www.deja.com/ ==-- >---Share what you know. Learn what you don't.--- Ok, apparently it's more difficult for me to explain myself in English than i imagine and will try to do some progress. What i want to explain is, that the compile and link processes are not especially user friendly. Imagine that something does this automatically at the user's place. I believe you would have achieved the same goals as Java (write once, run everywhere) with some advantages (optimization for the user's platform, no need of a VM). I *feel* that the pieces of the puzzle are there (source code availability, Ada portabiity, compilers, linkers, etc ... ), but it lacks something. Something that would make Ada more than a -very good - computer language. Something a la Oberon ? Thanks for your time (and your indulgence) .