chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: stressing the new hygienic macros


From: Jim Ursetto
Subject: Re: [Chicken-users] Re: stressing the new hygienic macros
Date: Fri, 1 May 2009 11:12:38 -0500

On Fri, May 1, 2009 at 10:28 AM, Michele Simionato
<address@hidden> wrote:
> Does require-for-syntax work with Chicken 4?
> As an exercise, I was trying to define a simple "define" macro as follows:
>
> (require-for-syntax 'matchable)

You want

(require-library matchable)
(import-for-syntax matchable)

There is an example using match in the foreigners egg; see
define-foreign-enum-type.




reply via email to

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