On Tue, Feb 12, 2013 at 3:26 AM, Daniel Hartwig <mand...@gmail.com> wrote: > On 12 February 2013 16:42, Andy Wingo <wi...@pobox.com> wrote: >> On Tue 12 Feb 2013 09:15, Akop Pogosian <apogos...@gmail.com> writes: >> >>> (define-macro when >>> (lambda (test . branch) >>> `(if ,test >>> (begin ,@branch)))) >>> >>> will give an error: >> >> This is a bug. I just fixed it in stable-2.0; thanks for the report. > > Curious. Is that some syntax from an older version, or …? >
I was testing examples from "Teach Yourself Scheme in Fixnum Days". This is the format it uses. -Akop