chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] syntax-case and #!rest


From: mark
Subject: Re: [Chicken-users] syntax-case and #!rest
Date: Thu, 23 Aug 2007 14:51:37 +0200 (CEST)
User-agent: SquirrelMail/1.4.10a

Hey Kon,

I described my problem, plus an example, in this post:

http://groups.google.com/group/comp.lang.scheme/msg/19e37409eee0d7ab

I'm relatively new to syntax-case. How do I explicitly specify a literal?

Thanks,
Mark


>
> On Aug 21, 2007, at 8:28 AM, address@hidden wrote:
>
>> Folks,
>>
>> It seems to me that syntax-case doesn't support rest arguments (and
>> keyword arguments, for that matter). It fails to recognize #!rest as
>> special syntax, and instead interprets it as a variable. Is there
>> any way
>> around this?
>
> How do you want to use the DSSSL keywords with syntax-case?
>
> Do you mean in the sense of a 'literal'? If so then the only way
> "around this" is to explicitly specify them as literals in every
> 'syntax-rules' & 'syntax-case' transformer where you use them.
>
> Best Wishes,
> Kon
>
>>
>> Thanks,
>> Mark
>>
>>
>>
>>
>> _______________________________________________
>> Chicken-users mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/chicken-users
>
>






reply via email to

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