[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68305] [PATCH] gnu: Add guile-srfi-197.
From: |
Mathieu Othacehe |
Subject: |
[bug#68305] [PATCH] gnu: Add guile-srfi-197. |
Date: |
Fri, 12 Jan 2024 17:10:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
> +(define-public guile-srfi-197
> + (let ((commit "d31b8be86460bf837cccf2737a1b9b9c01788573")
> + (revision "0"))
You should explain why you are not using a release with a comment. The
"final" tag for instance.
> + #~(modify-phases %standard-phases
> + (add-after 'unpack 'create-module
> + (λ _
Please use 'lambda'.
> +SRFI defines a family of chain and nest pipeline operators, which can rewrite
> +nested expressions like (a b (c d (e f g))) as a sequence of operations:
@code{(a b (c d (e f g)))}
> +(chain g (e f _) (c d _) (a b _)).")
@code{(chain g (e f _) (c d _) (a b _)).")}
Can you please send a v2?
Thanks,
Mathieu