Sergei,
On 2025-11-25 14:55 +0000, Sergei Egorov wrote:
> I am not an expert in Guile, but on my box it is able to run
>
> guile --no-auto-compile --r7rs xm11.scm
>
> up the point where it can't find define-record-type (see partial
> trace below). Have you tried running xm11.scm on your installation?
> It does not use any library features, so it is not a test on how
> well Guile follows R7RS in its --r7rs mode.
This worked for me, and all of the tests in xm11.scm pass once
I prepend a (use-modules (srfi srfi-9)). I'm no Guile expert either
(I just thought it would be good practice to run the tests on multiple
implementations), but, while I don't use that implementation very often,
it might be nice if Guile users could run the SRFI 64 test suite in
srfi-257-test.scm. The output log is a bit easier to read than the
one produced by xm11.scm. I'll keep tinkering with it.
Thanks.
--
Wolfgang Corcoran-Mathe <xxxxxx@sigwinch.xyz>