help-guix
[Top][All Lists]
Advanced

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

Re: how to fix this G-exp?


From: zimoun
Subject: Re: how to fix this G-exp?
Date: Sun, 25 Sep 2022 13:18:22 +0200

Hi,

Thanks for your attempt to explain.

On Sat, 24 Sep 2022 at 20:40, Csepp <raingloom@riseup.net> wrote:

> As you can see, that is an unqouted list.  The fix should be pretty
> simple: just add an extra quote.  Haven't tested it, but one of these
> should work:
> ```
> (define (something) ''(42))
> ;; or
> (quote #+(something))
> ```

The extra quote does not work.  Quoting #+something does not work
either.

I guess my example is a wrong use of G-Exp and I would like to
understand why.


Cheers,
simon



reply via email to

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