[racket] letoverlambda
On Sat, Nov 20, 2010 at 1:25 PM, Jos Koot <jos.koot at telefonica.net> wrote:
> I have misused datum->syntax a couple of times, just to find out later that I did not need it realy (although I
> recognize that in some cases it may be usefull)
I continue to be delighted when I find that syntax-rules often
provides an easily understood and syntactically pleasant solution to
problems that I thought could only be solved by syntax-case and
functions. Of course the problem lies within myself, not syntax-case!