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: (define-module (foo) #:import (...)), a la r6rs Date: Sun, 08 Jan 2012 17:44:48 +0100 Message-ID: <87d3aucfen.fsf@pobox.com> References: <87fwlqvgg9.fsf@pobox.com> <87wrf2w13m.fsf@gnu.org> <87hb2cdhc0.fsf@pobox.com> <87pqh0zwi5.fsf@gnu.org> <87ty5endig.fsf@pobox.com> <87lipiw43g.fsf@inria.fr> 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 1326041107 4764 80.91.229.12 (8 Jan 2012 16:45:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Jan 2012 16:45:07 +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 Sun Jan 08 17:45:01 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rjvre-0008Ed-Lz for guile-devel@m.gmane.org; Sun, 08 Jan 2012 17:44:58 +0100 Original-Received: from localhost ([::1]:54592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjvrd-0008JI-Os for guile-devel@m.gmane.org; Sun, 08 Jan 2012 11:44:57 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjvra-0008J2-7G for guile-devel@gnu.org; Sun, 08 Jan 2012 11:44:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjvrZ-0005QG-1q for guile-devel@gnu.org; Sun, 08 Jan 2012 11:44:54 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:56627 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjvrY-0005QC-Se; Sun, 08 Jan 2012 11:44:52 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 723FF7A7E; Sun, 8 Jan 2012 11:44:52 -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=ZzwUkgQhcsQU 4QLSTXrA1R0HWVw=; b=Bmk23zGV7aY2uaWlzeC64vQdwKwJ89Ft0w+5GaE2+E+9 eC7C2xF/faEZ5C7rhzbyYX2kRGD9MypQ80EwfiTZ3+menqm2apwjtwLj3qzKXNX9 QstjynhmhFIkAt9wVk4pnDk0vQhk5Cf5XwVkLtAgg+rJNAjVW7Lib2ACxywdc9w= 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=l5fM6v VLdcoah6ccLLu+0FrE9a8+VVTQpeM1mlOJSRPtSIkljrtGgx5LDJw+AZM1D500Ei EbSDlL2csI1dX3edlzkfVOanPz0i9xMGuGz3xMs4VZlQwsAOIm4dw/c1DemcKnDu Dn4E/xIg+phueO9aBpBWxEaX+HROnPb73Wjss= 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 6B4C67A7D; Sun, 8 Jan 2012 11:44:52 -0500 (EST) Original-Received: from badger (unknown [90.164.198.39]) (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 C0DA27A7C; Sun, 8 Jan 2012 11:44:51 -0500 (EST) In-Reply-To: <87lipiw43g.fsf@inria.fr> ("Ludovic =?utf-8?Q?Court=C3=A8s=22?= =?utf-8?Q?'s?= message of "Sun, 08 Jan 2012 17:28:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 15EDD984-3A18-11E1-8C6D-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 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:13444 Archived-At: On Sun 08 Jan 2012 17:28, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Andy Wingo skribis: > >> #:use-module ((a) #:select (b c d)) >> #:use-module ((e) #:renamer (symbol-prefix-proc 'p:)) >> >> vs >> >> (import (only (a) b c d) >> (prefix (e) p:)) > > Sounds a bit like kill/yank vs. copy/paste. ;-) Heh, indeed ;-) > I=E2=80=99m happy with the current form and have a harder time parsing = =E2=80=98import=E2=80=99, > but I can understand some may prefer =E2=80=98import=E2=80=99, in particu= lar anyone who > comes to Guile with an R6RS background. > > So if you think it's this worthwhile, go for it! OK, thanks for the feedback. Next time I get bothered by this I'll propose a concrete patch. Cheers, Andy --=20 http://wingolog.org/