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-Thread: 103376,545551cf46d41dea X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.germany.com!newsfeed.stueberl.de!proxad.net!proxad.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: ICFP Programming Contest virtual machine in Ada From: Georg Bauhaus In-Reply-To: <87zmeobwtd.fsf@willow.rfc1149.net> References: <87zmeobwtd.fsf@willow.rfc1149.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1154465002.9271.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Date: Tue, 01 Aug 2006 22:43:23 +0200 NNTP-Posting-Date: 01 Aug 2006 22:42:47 MEST NNTP-Posting-Host: d4716852.newsread2.arcor-online.net X-Trace: DXC=?FTlQ\5\[ea_Pi]:Sm<]\dQ5U85hF6f;djW\KbG]kaMhAV6U:Z=fE=ohXZIWVe1=PlPCY\c7>ejVhCB_HI0N[5@fn4HjUacX8Fi X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6052 Date: 2006-08-01T22:42:47+02:00 List-Id: On Tue, 2006-08-01 at 11:59 +0200, Samuel Tardieu wrote: > Just for the fun, I posted my Ada implementation of the virtual > machine needed to run the ICFP Programming Contest 2006. > > See http://www.rfc1149.net/blog/2006/08/01/icfp-ada-virtual-machine/ Alas, this code cannot be compiled with a plain Ada compiler as it uses non-Ada 'Img (which is brief, though). -- Georg