unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Luis Felipe <luis.felipe.la@protonmail.com>
To: Hartmut Goebel <h.goebel@crazy-compilers.com>
Cc: guile-user@gnu.org
Subject: Re: Simple list of key-value pairs?
Date: Thu, 08 Jul 2021 18:59:43 +0000	[thread overview]
Message-ID: <fK-hIbaOeIlesA0FuF53o6OmOCh42hv5fE2qo78s_jL5sQbhIjFZ7wXQtsCSS-5g2G15h6VtYvI9F_IpJsCJT0BUkrY_twUGN4yQne2_tx0=@protonmail.com> (raw)
In-Reply-To: <410e7168-3709-c961-c894-d534782ef526@crazy-compilers.com>

Hi,

On Thursday, July 8th, 2021 at 2:37 PM, Hartmut Goebel <h.goebel@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)



  parent reply	other threads:[~2021-07-08 18:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 14:37 Simple list of key-value pairs? Hartmut Goebel
2021-07-08 15:22 ` Christopher Lam
2021-07-08 18:59 ` Luis Felipe [this message]
2021-07-09 11:31 ` Zelphir Kaltstahl
2021-07-09 22:37   ` Aleix Conchillo Flaqué
2021-07-09 11:55 ` Tim Van den Langenbergh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='fK-hIbaOeIlesA0FuF53o6OmOCh42hv5fE2qo78s_jL5sQbhIjFZ7wXQtsCSS-5g2G15h6VtYvI9F_IpJsCJT0BUkrY_twUGN4yQne2_tx0=@protonmail.com' \
    --to=luis.felipe.la@protonmail.com \
    --cc=guile-user@gnu.org \
    --cc=h.goebel@crazy-compilers.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).