help-guix
[Top][All Lists]
Advanced

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

Re: Newbie packagers


From: Ludovic Courtès
Subject: Re: Newbie packagers
Date: Fri, 22 Jul 2016 16:41:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Vincent Legoll <address@hidden> skribis:

>>> 3 - I'd add the following to (unquote-splicing expr):
>>>
>>> `(1 ,x 4)  ⇒ (1 (2 3) 4)
>>>
>>> to better demonstrate the effect of splicing
>>>
>>> and to (unquote expr) :
>>>
>>> `(1 2 (* 9 9) 3 4)      ⇒ (1 2 (* 9 9) 3 4)
>>
>> I’d prefer to avoid duplication with the Guile manual.
>
> Those additional examples would have been for:
> https://www.gnu.org/software/guile/manual/guile.html#Expression-Syntax
> and not for the guix manual...

Ah OK, done:

  
http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=141e390b596bfb6464f4d692381232e974de8783

Ludo’.



reply via email to

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