[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Blog: Guix packaging tutorial
From: |
Pierre Neidhardt |
Subject: |
Re: Blog: Guix packaging tutorial |
Date: |
Tue, 02 Oct 2018 18:02:19 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Ludovic Courtès <address@hidden> writes:
> Or global variables in the build stage, to be more accurate. :-)
>
> It’s really a fine point though and shouldn’t block the whole tutorial!
OK, I'll go ahead then.
Another Guix user told me he got confused about the Guile example.
`format` seemed confusing. I suggested replacing it with
--8<---------------cut here---------------start------------->8---
(define foo "World")
(display (string-append "Hello " foo "\n"))
--8<---------------cut here---------------end--------------->8---
Apparently the formatting of the REPL was also confusing ("What is this
dollar thing, is it some result?" kind of confusion).
What about changing the formatting to
--8<---------------cut here---------------start------------->8---
(display (string-append "Hello " foo "\n"))
=> Hello World
--8<---------------cut here---------------end--------------->8---
Or should I use a Unicode arrow (e.g. ⇒ in the Guile manual)?
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
- Re: Blog: Guix packaging tutorial, Ludovic Courtès, 2018/10/02
- Re: Blog: Guix packaging tutorial,
Pierre Neidhardt <=
- Re: Blog: Guix packaging tutorial, Ricardo Wurmus, 2018/10/02
- Re: Blog: Guix packaging tutorial, Pierre Neidhardt, 2018/10/03
- Re: Blog: Guix packaging tutorial, Pierre Neidhardt, 2018/10/03
- Re: Blog: Guix packaging tutorial, Ludovic Courtès, 2018/10/08
- Re: Blog: Guix packaging tutorial, Ricardo Wurmus, 2018/10/08
- Re: Blog: Guix packaging tutorial, Pierre Neidhardt, 2018/10/08
- Re: Blog: Guix packaging tutorial, Pierre Neidhardt, 2018/10/08
- Re: Blog: Guix packaging tutorial, Ricardo Wurmus, 2018/10/08
- Re: Blog: Guix packaging tutorial, Pierre Neidhardt, 2018/10/08
- Re: Blog: Guix packaging tutorial, Pierre Neidhardt, 2018/10/08