Guile 1.9 series, unquote and unquote-splicing not up-to-date.

2010-12-14 Thread Rock
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

unit-test: How?

2010-12-14 Thread Marek Kubica
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,