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,7943472b74912187 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-04 02:20:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-han1.dfn.de!news-stu1.dfn.de!news.belwue.de!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Parrot for Ada? Date: Sun, 04 Aug 2002 11:20:23 +0200 Organization: Enyo -- not your organization Message-ID: <87n0s3yo88.fsf@deneb.enyo.de> References: NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1028452809 13809 212.9.189.171 (4 Aug 2002 09:20:09 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 4 Aug 2002 09:20:09 GMT Cancel-Lock: sha1:XykPjC/3JyWAFvVMERyfRRG4WzM= Xref: archiver1.google.com comp.lang.ada:27664 Date: 2002-08-04T09:20:09+00:00 List-Id: Ingo Marks writes: > Slashdot has an article about "Parrot". > > http://developers.slashdot.org/developers/02/07/31/1225200.shtml?tid=145 > > Parrot is an interesting virtual machine, similar to .NET CLR and JVM. It is rather different. It looks more like MIX in some way; the registers haven't got a predefined width, and there is no trapping integer arithmetic. It's pretty hard to compile efficient Ada code for it, I suppose. > AFAIK JGNAT is the only Ada compiler which compiles for a virtual machine > (JVM). AverStar used to offer AdaMagic. > Are there any Ada compiler experts here who could evaluate Parrot and tell > us if it could be(come) a suitable VM for Ada? Unless the developers can be convinced to add fixed-width registers (so that it makes sense to talk about Integer'Base) and trapping integer arithmetic, I don't think it's suitable for compiling Ada code.