Hi,

Thanks for your attempt to explain.

On Sat, 24 Sep 2022 at 20:40, Csepp <raingl...@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