From: ludo@gnu.org (Ludovic Courtès)
To: guile-user@gnu.org
Subject: Re: rfc (define-module ... #:use-modules ...)
Date: Thu, 04 Oct 2007 17:29:38 +0200 [thread overview]
Message-ID: <87ve9mucd9.fsf@chbouib.org> (raw)
In-Reply-To: 87przvnf6i.fsf@ambire.localdomain
Hi,
Thien-Thi Nguyen <ttn@gnuvola.org> writes:
> currently:
> (define-module (foo)
> #:use-module (a b c)
> #:use-module ((d e f) #:select (x y z))
> #:export (bar))
>
> proposed:
> (define-module (foo)
> #:use-modules
> (a b c)
> ((d e f) #:select (x y z))
> #:export (bar))
>
> that is, `#:use-modules X Y Z' would be exactly equivalent
> to `#:use-module X #:use-module Y #:use-module Z'.
Why not, but (i) Emacs would have a hard time indenting this ;-), and
(ii) given that it provides little benefits, I think I'd be more
inclined to not change anything.
My two cents...
Ludovic.
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
next prev parent reply other threads:[~2007-10-04 15:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-04 14:10 rfc (define-module ... #:use-modules ...) Thien-Thi Nguyen
2007-10-04 15:29 ` Ludovic Courtès [this message]
2007-10-04 18:40 ` Thien-Thi Nguyen
2007-10-04 15:30 ` Mike Gran
2007-10-04 16:29 ` Ludovic Courtès
2007-10-04 19:12 ` Thien-Thi Nguyen
2007-10-04 17:14 ` Clinton Ebadi
2007-10-04 19:09 ` Thien-Thi Nguyen
2007-10-04 19:21 ` Klaus Schilling
2007-10-04 19:18 ` Klaus Schilling
2007-10-05 23:47 ` Keith Wright
2007-10-06 9:59 ` Thien-Thi Nguyen
2007-10-07 4:05 ` Keith Wright
2007-10-07 9:37 ` Thien-Thi Nguyen
2007-10-07 14:23 ` Ludovic Courtès
2007-10-07 15:15 ` Thien-Thi Nguyen
2007-10-07 17:11 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ve9mucd9.fsf@chbouib.org \
--to=ludo@gnu.org \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).