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,fee8802cc3d8334d X-Google-Attributes: gid103376,public X-Google-Thread: 10a146,fee8802cc3d8334d X-Google-Attributes: gid10a146,public From: "David Botton" Subject: Re: Ada and Java. different behaviour. casting long to int problem. Date: 1999/06/17 Message-ID: <7kc3oo$2kac$1@news.gate.net>#1/1 X-Deja-AN: 490878931 References: <7jt2c0$vrb@drn.newsguy.com> <7k57vb$1ipf@drn.newsguy.com> <3766650F.705125B7@pwfl.com> <7k64t7$igo$1@its.hooked.net> <7k689a$ci2@drn.newsguy.com> <3766C842.E1EAB60A@pwfl.com> <3766D1CC.D712895E@itools.symantec.com> <7k7ls5$15tv@drn.newsguy.com> <3767D042.C8A8B131@cajunbro.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 929665624 86348 199.227.148.82 (18 Jun 1999 00:27:04 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 18 Jun 1999 00:27:04 GMT Newsgroups: comp.lang.ada,comp.lang.java.programmer Date: 1999-06-18T00:27:04+00:00 List-Id: AdaMagic and OA are already doing it for most of Ada now (missing tasks and protected types, although they can be emulated using JDK calls). So, Ada is way ahead of the game and already runs native and on the p-code (whoops bytecode :) machine, the JVM. So, Ada has the LARGEST Standard Library in the world! It has the JDK and the standard Ada packages. Not only that, but a large part of this MASSIVE Standard Library is really a Standard and under the ISO, i.e.. the Ada packages. David Botton Aidan Skinner wrote in message ... > >>Ada is a different language for different purposes. You don't >>expect a compiled Ada program to run on anything but the >>specific processor/system it was compiled for. > >Depends, JGnat is apparently coming along nicely... ;)