From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.user Subject: Re: Potluck dish -- a game Date: Tue, 18 Feb 2014 23:09:13 +0100 Message-ID: References: <65039e94.7e98f6f.5303d83f.9a82a@o2.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1392761358 6823 80.91.229.3 (18 Feb 2014 22:09:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2014 22:09:18 +0000 (UTC) Cc: "guile-user@gnu.org" , "Thompson, David" To: =?ISO-8859-2?Q?=A6cis=B3aw_Dercz?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 18 23:09:27 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WFsqz-0000k4-KN for guile-user@m.gmane.org; Tue, 18 Feb 2014 23:09:25 +0100 Original-Received: from localhost ([::1]:54261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFsqz-0004kv-4N for guile-user@m.gmane.org; Tue, 18 Feb 2014 17:09:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFsqp-0004kq-7y for guile-user@gnu.org; Tue, 18 Feb 2014 17:09:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFsqo-0004j4-2W for guile-user@gnu.org; Tue, 18 Feb 2014 17:09:15 -0500 Original-Received: from mail-ve0-x235.google.com ([2607:f8b0:400c:c01::235]:58687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFsqn-0004iw-UP for guile-user@gnu.org; Tue, 18 Feb 2014 17:09:13 -0500 Original-Received: by mail-ve0-f181.google.com with SMTP id cz12so13870124veb.26 for ; Tue, 18 Feb 2014 14:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=EDZ+nEpAARCrHz5t/zX5xymAPznQg4YjpYADBMYkr3E=; b=i3y4xRnM9dquUJDac48fTAZgT/cZT29OEgkeCr0jsFkGQTz3SWySyut761awdQHi0y qoO+MipljZWzMkrIW8mAdE6AkOgD1r/34+oDp0Qn5FF6E2vuThNCeKm60CddYz/I+Mg4 Jkt3+yTqebwncV/aXe5np+KjQYMgeaGpR2YVw8jQeSW+C5c9JkO07p2GlqoohYuwKSLl X876dFW+sSrfQ134ZNnX2s4x+LuUtDefwSrkW3Up0sxaGDQBk88sOG/n3e7o+27Kce1I DDw0hyj5/E3zSKp/mhI4Ua8mn0tBjPLDQu1yjdde3iizcguLhXFhTsQjySWVbXs6WrLz OxQg== X-Received: by 10.221.29.137 with SMTP id ry9mr23007497vcb.6.1392761353324; Tue, 18 Feb 2014 14:09:13 -0800 (PST) Original-Received: by 10.220.222.197 with HTTP; Tue, 18 Feb 2014 14:09:13 -0800 (PST) In-Reply-To: <65039e94.7e98f6f.5303d83f.9a82a@o2.pl> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::235 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11077 Archived-At: 2014-02-18 23:01 GMT+01:00 =A6cis=B3aw Dercz : > Hi! > > Actually it's not "a clone of Pandora game", the game is called "pandora" > and it is "a chimera-alike". Please forgive my ignorance, I wouldn't be me if I didn't mess everything u= p :) I'll fix the info on the website ASAP! > The monoid... I wanted to write the mechanics in a purely functional styl= e, > and the obvious choice was to describe it as a couple of world->world > transformations; BTW the SLAYER repository is also honored to host a purely functional Snake game, originally written by Jens Nicolay and adjusted by the humble me to work with SLAYER: http://hg.gnu.org.ua/hgweb/slayer/file/24ecd3bc2709/demos/snake.scm M.