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
Hi,
After getting so many useful answers here, my next question :)
I am pretty new to GOOPS and the CLOS, so I suppose I am missing
something, but I've tried the unit-test module from guile-lib (in Guile
1.9.13) but I am unable to add test-cases to the test-suite:
I've tried something like this,