guix-devel
[Top][All Lists]
Advanced

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

Re: 03/04: gnu: Replace all cons* with beginner-friendly (append (list .


From: Ludovic Courtès
Subject: Re: 03/04: gnu: Replace all cons* with beginner-friendly (append (list ...)).
Date: Tue, 22 Jan 2019 14:06:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello!

address@hidden skribis:

> +  (packages (append (list ratpoison i3-wm i3status dmenu ;window managers
> +                          nss-certs                      ;for HTTPS access
> +                          )

[...]

> +  (packages (append (list nvi fdisk
> +                          grub          ; mostly so xrefs to its manual work
> +                          parted        ; partprobe
> +                          )

Please don’t leave hanging parens—we want to teach people the Right Way
to format code.  ;-)

Also, you may be able to remove (srfi srfi-1) imports from these
examples.

Last, make sure the text in guix.texi that explains these examples does
not mention ‘cons*’.

Thanks!

Ludo’.



reply via email to

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