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: john@smith.nospam.com Subject: Re: Ada and Java. different behaviour. casting long to int problem. Date: 1999/06/17 Message-ID: <7kbfdi$23r0@drn.newsguy.com>#1/1 X-Deja-AN: 490778641 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> <7k8nn5$qcb$1@its.hooked.net> <3767E8A2.EF1A0570@itools.symantec.com> <7k8tv3$3gm@drn.newsguy.com> <37680F83.4426B424@itools.symantec.com> <7kbbk8$hej$2@pegasus.csx.cam.ac.uk> Newsgroups: comp.lang.ada,comp.lang.java.programmer Date: 1999-06-17T00:00:00+00:00 List-Id: In article <7kbbk8$hej$2@pegasus.csx.cam.ac.uk>, mgk25@cl.cam.ac.uk says... > >I consider Ada95 and Java to be the by far most interesting >production programming languages around in 1999 (as opposed to >experimental academic languages). It seems though that Java has by far the more complete standard library. This fact, many would consider, is much more important in the commerical world, than considerations related to basic language issues. Success of a computer language seems to depend more on the availability of standard and well tested libraries that can be very easily used by the language in question. With Java, we have libraries that comes bundled with the Sun JDK that makes building applications in Java in many domain just a matter of block building. You can not do that in C or Ada or even C++ C++. Even C++ newset library is a child play in terms of functionalities provided compared to what the JDK contains. Check the JDK 2.0 platform and see what kind of packages come with it. It is an amazing collection. So, unless Ada can come up with a set of libraries that come bundled with your GNAT compiler and ready to use and can match the functionalitites of those provided by Java, I am afraid Ada will not have a chance of attracting programmers away from Java or away from C++. Even the C++ programmers now are asking to port the Java JDK libraries to C++ ! cheers, John.