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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,119826e558c913d7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-11-04 18:35:23 PST Path: supernews.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "E. Robert Tisdale" Newsgroups: comp.lang.ada Subject: Re: Ada vs. C++ in defense projects Date: Sun, 05 Nov 2000 02:31:28 +0000 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3A04C67F.FEB1D90A@netwood.net> X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: en MIME-Version: 1.0 References: <8tv04t$n80$1@nnrp1.deja.com> <3a04bb7a@rsl2.rslnet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: supernews.google.com comp.lang.ada:1794 Date: 2000-11-05T02:31:28+00:00 List-Id: Tom Hargraves wrote: > The US company I work for are currently bidding > for a multi million $ U.S. Navy project and > specifying java as the implementation language. > This proves there is no logic in this world, > and is the reason I am learning Java. Are you sure? > Such is life... > > I am just thankful they didn't choose C++ In the comp.lang.c++ newsgroup, Subject: Re: C++ Interpreter, David Forrai wrote: > There is a C++ virtual machine in development called Internet C++. > I have no comment/experience with this system. > You can get info at > > http://members.xoom.com/icvmcpp/ The idea is to compile the Java source code to "byte code" that can execute on any platform which supports a Java Virtual Machine (JVM). If you can find an Ada compiler which emits byte code for a JVM, you may be able to convince them that they should implement safety critical applications in Ada instead of Java. Otherwise, you should probably just forget about Ada.