Vincent Legoll <vincent.leg...@gmail.com> skribis:

> Just to see if I understood properly...
>
> In the hello.scm example, there is :
>
> (arguments `(#:configure-flags '("--enable-silent-rules")))
>
> 1 - can the quasiquote be replaced by a regular quote, because
> unquote is not used ?

Yes.

> A question remains, why do the configure flags need to be a quoted list ?

It’s a list of arguments that gets passed to a function down the road.

Thanks for your feedback!

Ludo’.

Reply via email to