chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problem with creating extensions


From: Matt Gushee
Subject: Re: [Chicken-users] Problem with creating extensions
Date: Wed, 16 Oct 2013 11:02:53 -0600

On Wed, Oct 16, 2013 at 10:21 AM, Thomas Hintz <address@hidden> wrote:
> Greetings Pluijzer,
>
> I think you need to put your hello.scm code in a module.

I suspected that was the case, but I wasn't sure and didn't have time
to test it.

If so, I think the documentation for 'require-extension' needs an
update. The manual states:

  [(require-extension ID ...)] is equivalent to (require-library ID
...) but performs an implicit import, if necessary.

As I read it, that implies that placing the extension code in a module
is *optional*. But apparently it is now required.

--
Matt Gushee



reply via email to

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