Hi,

On Thursday, July 8th, 2021 at 2:37 PM, Hartmut Goebel 
<h.goe...@crazy-compilers.com> wrote:

> Anyhow, I'm wondering whether the
>
> quite and quasiquote can be replaced by something simpler.

> (api-uri "https://ci.guix.gnu.org"; "/api/jobs")
>
> (api-uri "https://ci.guix.gnu.org"; "/api/jobs"
>
>      `("nr" ,limit)      `("evaluation" ,evaluation)
>
>      `("system" ,#f))

Would it be simpler to create the pairs like this?

(cons "nr" limit)
(cons "evaluation" evaluation)
(cons "system" #false)

Reply via email to