[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] address@hidden: hygienic chicken: define-extension n
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] address@hidden: hygienic chicken: define-extension not working...] |
Date: |
Wed, 30 Jul 2008 23:24:27 +0200 |
On Sun, Jul 27, 2008 at 4:10 PM, Hans Bulfone <address@hidden> wrote:
>
> just porting the directfb egg might be a bit of work...
> would it be possible to add a way to augment the set of exported
> bindings from inside a module (or more specifically, in a macro that
> is used in the module). like i could define a macro that expands to
>
> (define (some-computed-name ...) ...)
> (declare (export some-computed-name))
>
I added an `(export EXPORT ...)' macro. Note that the export
*must* textually precede the use/definition of the exported
binding.
cheers,
felix