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,8623fab5750cd6aa X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Thu, 10 Jun 2004 01:53:35 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <40b9c99e$0$268$edfadb0f@dread16.news.tele.dk> <40ba315a$0$254$edfadb0f@dread16.news.tele.dk> <04udnR-eHNChzSbdRVn-vw@gbronline.com> <7J0xc.7371$8k4.269106@news20.bellglobal.com> <1086630278.542788@master.nyc.kbcfp.com> <8xlxc.27603$sS2.845496@news20.bellglobal.com> <1086715817.122983@master.nyc.kbcfp.com> <1086733411.736049@master.nyc.kbcfp.com> <3Auxc.11998$XY6.1296622@read2.cgocable.net> Subject: Re: Improving Ada's image - Was: 7E7 Flight Controls Electronics Date: Thu, 10 Jun 2004 01:53:54 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-OWdaR6aAQckCwbCpm+1KLcksCIIhTt7dH+R68KXtH4Jrp9ox+ZyPjS6ceyV106L/dE8yG2HJspfpWbg!quhbcven2dETP4cW0YCqnj/ZjMWEcLazM+pxBk1HL5N+h2X+xOELJCKtZSOza/I4XJ93agvTuoJQ X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: g2news1.google.com comp.lang.ada:1358 Date: 2004-06-10T01:53:54-05:00 List-Id: "Richard Riehle" wrote in message news:fkyxc.7649$uX2.6475@newsread2.news.pas.earthlink.net... ... > We did miss an opportunity back when the DoD was a principle sponsor > of the language. If someone had thought to port the idea of P-Code > (now Java bytecode) to Ada so that resulting code would be portable > across any system, we might have a different story today. I think *everybody* had that idea back then. Certainly, we designed and used such a code in Janus/Ada; it's still the primary intermediate form. And we had intended to make interpreted versions available on various platforms. But the realities of the hardware of the time prevented us from using interpreters -- when programs took minutes to get anything done, doubling the time simply wasn't acceptable. And, of course, we didn't have the balls to go around telling everyone that what generally was considered an inferior technology was actually a good idea. You have to give Sun credit for convincing many people of that (even though the cases where it would help are rare). Randy.