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: [PATCH] Add SRFI-41 Date: Thu, 21 Mar 2013 09:55:22 +0100 Message-ID: <87ip4lxhc5.fsf@pobox.com> References: <87li9hbn8m.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363856144 24066 80.91.229.3 (21 Mar 2013 08:55:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2013 08:55:44 +0000 (UTC) Cc: "Chris K. Jester-Young" , guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 21 09:56:07 2013 Return-path: Envelope-to: guile-devel@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 1UIbI2-00067b-7t for guile-devel@m.gmane.org; Thu, 21 Mar 2013 09:56:02 +0100 Original-Received: from localhost ([::1]:52980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIbHf-00013z-1D for guile-devel@m.gmane.org; Thu, 21 Mar 2013 04:55:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIbHX-00012q-Kv for guile-devel@gnu.org; Thu, 21 Mar 2013 04:55:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIbHS-0001eW-65 for guile-devel@gnu.org; Thu, 21 Mar 2013 04:55:31 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:49831 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIbHS-0001eL-2V for guile-devel@gnu.org; Thu, 21 Mar 2013 04:55:26 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 05D05CA87; Thu, 21 Mar 2013 04:55:25 -0400 (EDT) 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; s=sasl; bh=1K5YgbmcFs8wNJ8ZbCnVUwp8QO4=; b=fRzanH ujgvsYHKU8MuwEFJK4EV386Dx4kmeSRVcHg7JE5v3SMyG7WJFW+neQ156QGArtEM HFpPkPrTlk1/CQVJUkOWkRlLqa7Y4t1KX4YEG9pFOJ4h8xp+nn+3Oe0V4pGZl0+N 9XpMb9XF4a/9ySyrz8K2/cZh302CUKBJ/aUQk= 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; q=dns; s=sasl; b=fagd29hLWcF13r4JP0JOckZ5LNPHjLkL JClsUPhxYEEBp4gIIF68Gt99/TYlqISYioieONlkV0SuIjRBVI2ckmD2ZbeA4K/s BMwUeVGOc3P+l4V/FEybAkM+SL8T+TFVPBtPlvcbaAGlFucVRDNxaoIFTD9Cut0F 4cA4pMgMpFs= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id F15C5CA86; Thu, 21 Mar 2013 04:55:24 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 6EDABCA85; Thu, 21 Mar 2013 04:55:24 -0400 (EDT) In-Reply-To: <87li9hbn8m.fsf@tines.lan> (Mark H. Weaver's message of "Wed, 20 Mar 2013 20:38:49 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: 11CE9A14-9205-11E2-8ADF-B7660E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15945 Archived-At: On Thu 21 Mar 2013 01:38, Mark H Weaver writes: > Chris K. Jester-Young has been hard at work getting his SRFI-41 > implementation ready in time for Guile 2.0.8, and I think it might be > ready to push. What do you think? Needs documentation. -- http://wingolog.org/