On Sun, Jul 27, 2008 at 4:10 PM, Hans Bulfone <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to