From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: record-case? Date: Sat, 20 Nov 2010 22:52:32 +0100 Message-ID: References: <8739rcsq1c.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1290289726 30441 80.91.229.12 (20 Nov 2010 21:48:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2010 21:48:46 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Nov 20 22:48:41 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PJvIW-0007KP-PS for guile-devel@m.gmane.org; Sat, 20 Nov 2010 22:48:40 +0100 Original-Received: from localhost ([127.0.0.1]:54317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJvIW-0006JO-Ck for guile-devel@m.gmane.org; Sat, 20 Nov 2010 16:48:40 -0500 Original-Received: from [140.186.70.92] (port=45140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJvIT-0006JI-Mz for guile-devel@gnu.org; Sat, 20 Nov 2010 16:48:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJvIS-0007do-Fb for guile-devel@gnu.org; Sat, 20 Nov 2010 16:48:37 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:56286 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJvIS-0007dk-By; Sat, 20 Nov 2010 16:48:36 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 9840F2902; Sat, 20 Nov 2010 16:48:47 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=5JnTt9QGFVIu t1lUHLca62CdHMc=; b=Nf9atRpXYZOjiqqbgjALNYUgKTaPNqC/w80c8rV6smHc ime0u0GU5WO1AiosqLW5cv+L5GhW3Ez+CYg5FzpFSAzVBUuBBaEwDlApaYEXJShY FxrIUtIht+Kib7CA/xzPqyk4CCUWW6ap88gouQobGU2t0c5W3NhH+Rj+ilj5jW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=kC3Sw4 ZBVdFaFtNEEcWdbTHPN26YHusMAlfLvr0LBNJkrduQbj8BHTbjLqOw9yv9DRlqLh dCw9NI3nEfnDRCDUE+IGDavBG9Aw8h5ypMJiPY/ERdnT0NFvO4ZDLP5XYVgCK9h3 FNVZREIlTtFPK4N2ubQcUoA/Y627QjQEC5p4A= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 850E12901; Sat, 20 Nov 2010 16:48:46 -0500 (EST) Original-Received: from unquote.localdomain (unknown [88.0.167.219]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id C2F2E2900; Sat, 20 Nov 2010 16:48:44 -0500 (EST) In-Reply-To: <8739rcsq1c.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sun, 07 Nov 2010 23:54:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: F38FEB70-F4EF-11DF-B8FC-B53272ABC92C-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11173 Archived-At: On Sun 07 Nov 2010 23:54, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Noah Lavine writes: > >> 'record-case' [...] looked neat > > I find it limited and would rather add record matching support in > (ice-9 match), something I=E2=80=99ve been willing to look at for too lon= g... > > http://news.gmane.org/gmane.lisp.guile.devel/10213 > http://news.gmane.org/gmane.lisp.guile.devel/10277 > > Said support is actually available upstream (in the ChibiScheme repo) so > it should be quite simple. Agreed, though perhaps a first step would be (after getting record support into match.scm) making an implementation of record-case in terms of ice-9 match. Should be simple. Regards, Andy --=20 http://wingolog.org/