On Tue 14 Dec 2010 17:39, Rock writes:
> unquote (and unquote-splicing as well) cannot be applied to multiple
> expressions.
Ah, interesting. I had not noticed this feature.
Turns out this was easy to fix, I just imported upstream psyntax's
quasiquote definition. Pushed to git. Thanks for th
I've just verified that the implementations of unquote and unquote-splicing
in Guile do not conform to R6RS. Perhaps this is intentional, but it would
be a shame because the change in R6RS is certainly one for the better.
Scheme's quasiquotation is defined very well (it's even used as a reference
i