chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] use vs uses?


From: chi
Subject: Re: [Chicken-users] use vs uses?
Date: Sun, 31 May 2015 11:42:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/31/2015 08:50 AM, John Cowan wrote:

> The (declare (uses a)) precedes the module system as a method of code 
> organization.

Oh /that/'s why it appears redundant.

>> Do modules have to be named after libraries?
> 
> No, but "use" relies on it.

Of course, so you could (require-library srfi-27) then (import srfi-27-numbers)
if you wanted to get at the (internal undocumented likely to break please don't
do this) module for some reason. That makes sense, thanks!

> In R7RS mode, the rules are different:
Well, obviously yeah.



reply via email to

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