chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] bug in syntax-case egg


From: John Cowan
Subject: Re: [Chicken-hackers] bug in syntax-case egg
Date: Tue, 4 Aug 2009 15:13:23 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

Thomas Bushnell BSG scripsit:

> But the following fails when compiled, though not when evaled:
> (use syntax-case)
> (eval-when (load eval compile)
>   (cond-expand (else)))
> 
> If syntax-case is removed, all is fine.

Chicken 3's integration with syntax-case was always buggy, which is one
of several reasons why Chicken 4 no longer provides it.  If all you want
is syntax-rules, I'd recommend using one of the other macro eggs.

-- 
On the Semantic Web, it's too hard to prove     John Cowan    address@hidden
you're not a dog.  --Bill de hOra               http://www.ccil.org/~cowan




reply via email to

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