guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rfc (define-module ... #:use-modules ...)


From: Ludovic Courtès
Subject: Re: rfc (define-module ... #:use-modules ...)
Date: Thu, 04 Oct 2007 17:29:38 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Thien-Thi Nguyen <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]