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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bcdd81f11a99e024 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!newsserver.news.garr.it!newsserver.cilea.it!docenti.ing.unipi.it!o2943499 From: Colin Paul Gloster Newsgroups: comp.lang.ada Subject: Re: C to JVM, time to revive JGNAT? Date: Thu, 10 Aug 2006 12:43:35 +0200 Organization: CILEA Message-ID: <20060810123840.J22459@docenti.ing.unipi.it> References: <20060809124902.O84175@docenti.ing.unipi.it> <1155178411.944408.186560@i3g2000cwc.googlegroups.com> Reply-To: Colin Paul Gloster NNTP-Posting-Host: docenti.ing.unipi.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: newsserver.cilea.it 1155206616 4889 131.114.28.20 (10 Aug 2006 10:43:36 GMT) X-Complaints-To: news@cilea.it NNTP-Posting-Date: 10 Aug 2006 10:43:36 GMT X-X-Sender: o2943499@docenti.ing.unipi.it In-Reply-To: <1155178411.944408.186560@i3g2000cwc.googlegroups.com> Xref: g2news2.google.com comp.lang.ada:6146 Date: 2006-08-10T10:43:36+00:00 List-Id: On Thu, 9 Aug 2006 Napi wrote: "Colin Paul Gloster wrote: [..] > yet AMPC is released only as versions depending on a specific platform, so > will not even run on all Java platforms. If platform independence is not > good enough to distribute AMPC, why is it good enough for AMPC's users? The compiler/IDE itself comes in three versions (Linux, Mac OSX, and MS Windows), but the generated code (.class files) should be able to run on any properly installed JVM/JRE. In other words, AMPC is a cross-compiler suite whose development platforms are Linux, Mac OSX, and MS Windows, all targeting the platform-independent JVM." Hello, I had understood that. "> Also, from WWW.AxiomSol.com/pro_serv/compiler.php : > > "[..] > > AMPC allows users to develop software using the standard C programming > language [..] > > [..] > > AMPC covers a very large subset of ANSI C (1989). A notable difference is > that "double" in AMPC is 32 bits long. In order to utilize 64-bit > floating point you can use "DOUBLE". > > [..]" > > So though AMPC is described as standard in one part of the documentation, > it is not standard and someone's interpretation of what the C standard > even is seems to be amiss. The ANSI C standard [..]" ANSI C is not from 1989 as ANSI has a policy of replacing a standard after approximately ten years. ANSI C is dated 1999.