On Mon 07 Mar 2011 01:31, Andreas Rottmann <a.rottm...@gmx.at> writes:
> I have a testing framework (built upon Riastradh's trc-testing), which > uses R6RS `eval' to load testcases. Since `eval' does not allow for > the code to be evaluated to be in a top-level context, I'm using this: > > (eval `(let () ,@code-to-be-tested) the-environment-for-the-code) It would seem that if we followed the spec strictly -- not an approach that I think is sensible -- you may not use R6RS `eval' to define record types. Regards, Andy -- http://wingolog.org/