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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC 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: 109fba,d275ffeffdf83655 X-Google-Attributes: gid109fba,public X-Google-Thread: 10a146,bab58563a24f525a X-Google-Attributes: gid10a146,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: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Ada vs C++ vs Java Date: 1999/01/15 Message-ID: <1999Jan15.161922.1@eisner>#1/1 X-Deja-AN: 433100366 X-Nntp-Posting-Host: eisner.decus.org References: <369C1F31.AE5AF7EF@concentric.net> <369DE6A6.8CD88A4B@acm.org> <369F0118.7870@nospam.aracnet.com> X-Trace: news.decus.org 916435167 28631 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.arch.embedded,comp.object,comp.lang.java.programmer Date: 1999-01-15T00:00:00+00:00 List-Id: In article <369F0118.7870@nospam.aracnet.com>, Scott Johnson writes: > I'm rather unfamiliar with Ada, so I won't discuss it. >> > - support parallel programming > > How do you mean? All of 'em, if ya use a multithreading OS on a > multiprocessing machine, with appropriate libraries, can be used to > write code that can run on multiple processors. The partitioning you > get this way is course-grained (threads, essentially), and you got > to do the partitioning yourself, but it works. Java has threading built > in to the native library; C and C++ require you to use OS libraries > to achieve multithreading. But if you _did_ have familiarity with Ada (even Ada83) you would know that Ada has tasking built in to the language. Thus, based on your Java comments, C++ is the only one of the three contenders that does not have built in support for threads/tasking. To say that a language supports a concept only if the machine involved has a library to perform that function seems of little value. Sort of like saying that a language automatically supports Cobol compilation given a "Compile_Cobol" library routine. Larry Kilgallen