> I have no control over search engines. :-) Yep, that was just a lame excuse, sorry... ;-)
>> 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... Do you want me to submit a patch for those ? -- Vincent Legoll
