guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two r6rs bugs


From: Mark H Weaver
Subject: Re: Two r6rs bugs
Date: Sun, 25 Nov 2012 10:58:08 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Ian Price <address@hidden> writes:

> Mark H Weaver <address@hidden> writes:
>
>> Instead of using 'null?' and 'cdr' on the syntax object, can you please
>> rework this to use 'syntax-case'?  I.e. instead of (if (null? ...) ...)
>> do this:
>>
>>   (syntax-case #'(rest ...) ()
>>     (() <null-case>)
>>     ((name rest ...) <non-null-case>))
>>
>> What do you think?
>
> Yes, that would be much better. It's startling how often I forget I can
> syntax-case this way.
>
> Changed, okay for me to push?

Yes, please push.

    Thanks,
      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]