chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Fix for #989 and hopefully #877 too


From: Jörg F. Wittenberger
Subject: Re: [Chicken-hackers] [PATCH] Fix for #989 and hopefully #877 too
Date: Thu, 07 Nov 2013 20:37:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Thanks John,

Am 07.11.2013 17:40, schrieb John Cowan:
So for RScheme purposes, just write a trivial syntax-rules macro:

(define-syntax letrec*
   (syntax-rules ()
     ((letrec* . x) (letrec . x))))

(This requires loading the RScheme syntax-rules support.)

The main point for me is in your last sentence (surrounded by parenthesis): I never managed to get syntax-rules working in RScheme. Maybe it's just me being too stupid. (I'm working around it by running a syntax-rules expansion as a pre-compilation step. Feels stupid, but what can I do? :-/




reply via email to

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