chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] -check-imports


From: felix winkelmann
Subject: Re: [Chicken-users] -check-imports
Date: Thu, 2 Oct 2008 19:51:24 +0200

On Wed, Oct 1, 2008 at 11:27 PM, Jörg F. Wittenberger
<address@hidden> wrote:
> Hi Felix (and all),
>
> I appreciate the work, which went into hygienic chicken.  It's probably
> time for me to eventually learn to write hygienic macros.

It's not that hard. Just keep things simple. :-)

>
> But there's one feature I already miss in chicken: -check-imports.  I
> really, really loved to get alerted when I miss or misspell a
> declaration.  Recently this was actually the primary feature I used
> chicken for.  Can we get that one back or is it gone forever?

If you use modules, you will get comparable warnings. The module
system provides more information to the compiler to check for
references to undefined/unimported bindings


cheers,
felix




reply via email to

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