On Tue 12 Feb 2013 10:26, Daniel Hartwig <mand...@gmail.com> writes:

> 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 …?

It was supported in 1.8.

Andy
-- 
http://wingolog.org/

Reply via email to