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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!enother.net!enother.net!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx20.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:30.0) Gecko/20100101 Thunderbird/30.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ICFP Programming Contest 2014 References: <85fvhmrfi2.fsf@stephe-leake.org> In-Reply-To: <85fvhmrfi2.fsf@stephe-leake.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Sun, 27 Jul 2014 15:29:44 UTC Organization: TeraNews.com Date: Sun, 27 Jul 2014 09:29:45 -0600 X-Received-Bytes: 1694 X-Received-Body-CRC: 3805796442 Xref: news.eternal-september.org comp.lang.ada:21286 Date: 2014-07-27T09:29:45-06:00 List-Id: On 27-Jul-14 09:24, Stephen Leake wrote: > Shark8 writes: > >> Ref: http://icfpcontest.org/specification.html >> >> Anybody want to do this with me? > > What is it you are doing? > > We've missed the contest - it started two days ago. > >> ( Repo at https://github.com/OneWingedShark/Lamman.git ) >> I've got all of the 8-bit CPU done except the interrupts and its >> "assembly loader" (of GHC-files) -- I'm particularly pleased at using >> type-invariant to ensure correct instruction/parameter compliance. > > It sounds like you are reimplementing the game environment, possibly in > Ada? > > Then you plan to run an Ada Lambda-Man contest? > No contest, just the fun of implementing it. I've been looking around for an good set of documentation for a VM but all the interesting ones were nonexistant/"look at the source" and emulating a pair of CPUs seemed like a "halfway there" project.