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,517611567e1815f2 X-Google-Attributes: gid103376,public From: jmarten@ibm.net (Jean-Marten Marchi) Subject: Re: Java momentum slowing ? Date: 1999/05/14 Message-ID: <373bd7cc.6459578@news2.ibm.net>#1/1 X-Deja-AN: 477757490 Content-Transfer-Encoding: 7bit References: <7h5ak3$2t8@drn.newsguy.com> <37365163.1AB89036@Botton.com> <7h5n2d$prl@drn.newsguy.com> <3736D161.48A9E77B@Botton.com> <3737AB6D.FACB718C@Botton.com> <7h8lmu$2p8n@drn.newsguy.com> <3739C39F.E9B46156@Botton.com> <56EF566E81E8663B.12EEA4C03A4F6995.985E539C8D89B2D1@library-proxy.airnews.net> <373A1E6D.8CDB54C9@Botton.com> X-Trace: 14 May 1999 10:11:43 GMT, 139.92.73.41 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-14T00:00:00+00:00 List-Id: On 12 May 1999 22:05:40 -0700, Keith Thompson wrote: >As far as I know, there is no necessary connection between Java the >language and the JVM (Java Virtual Machine). They were designed by >the same group of people as part of the same project, but Java can be >compiled to machine code like any other language, and any other >language can be compiled to Java byte codes. (Both uses of the phrase >"any other language" are admittedly exaggerations.) But Java compiled to machine code is an afterthought. Other languages can be compiled after all, that's not making them efficient.