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: f849b,d275ffeffdf83655 X-Google-Attributes: gidf849b,public X-Google-Thread: 146b77,d275ffeffdf83655 X-Google-Attributes: gid146b77,public X-Google-Thread: 103376,d275ffeffdf83655 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,d275ffeffdf83655 X-Google-Attributes: gid1108a1,public X-Google-Thread: 115aec,d275ffeffdf83655 X-Google-Attributes: gid115aec,public From: bob@nospam Subject: Re: Ada vs C++ vs Java Date: 1999/01/16 Message-ID: <77pmtf$2vr@drn.newsguy.com>#1/1 X-Deja-AN: 433287798 References: <369C9AD8.85E6A79A@concentric.net> <369CF2CF.440F413C@hercii.mar.lmco.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada,comp.vxworks,comp.realtime,comp.arch.embedded,comp.object Date: 1999-01-16T00:00:00+00:00 List-Id: I have been programming for 16 years full time. I have programmed in Fortran,Java,C,C++,Ada,Lisp,Perl and few others. These are commerical real programs. My most pleasent experience was in Ada. Least problems, least bugs, least surprises. If I would rank all the programs that I have written, I would put the Ada programs at the top in terms of quality. I try as hard to write high quality code in any laguage I work with, but the Ada programs for some reason always come out with the least problems, and very rare bug reports. if you are smart, go with Ada. GNAT is here to stay. Even if Robert Dewar decides tommorrow to quit doing Ada, GNAT source code is open and available for all time. I have been programming in Java for more than one year. and I tell you, writing very large application in Java produces many problems in terms of integration, memory problems, performance. I find Java programs to have a feel of slobness to them, something similar to Visual Basic. But If I had to choose beteen Java and C/C++, I'll choose Java. If I had to choose between Java and Ada, I'll pick Ada anytime of the day. my 2 cents. Bob.