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,16fcdaf7dfcd939c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-16 05:10:59 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3BA48AEF.C4E82823@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: JGNAT & AdaMagic References: <86772402.0109151427.21ac2fe2@posting.google.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 16 Sep 2001 12:10:58 GMT NNTP-Posting-Host: 63.178.185.91 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 1000642258 63.178.185.91 (Sun, 16 Sep 2001 05:10:58 PDT) NNTP-Posting-Date: Sun, 16 Sep 2001 05:10:58 PDT X-Received-Date: Sun, 16 Sep 2001 05:07:41 PDT (newsmaster1.prod.itd.earthlink.net) Xref: archiver1.google.com comp.lang.ada:13104 Date: 2001-09-16T12:10:58+00:00 List-Id: Lin wrote: > > Can any one advise the difference between this two compilers? I have not used AdaMagic, so I can't truly answer your question, but I have worked a lot with JGNAT, so I might be able to address some questions regarding that product. I do know that JGNAT utilizes some Java-specific pragmas and interprets some programming idioms in a way that is key to implementing certain Java features. For example, implementing a Java interface is done with what looks like a type extension of a variant record. Marc A. Criley