chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] hygienic chicken and load/link/import forms


From: Kon Lovett
Subject: Re: [Chicken-users] hygienic chicken and load/link/import forms
Date: Fri, 13 Jun 2008 13:30:10 -0700


On Jun 13, 2008, at 1:25 PM, Peter Bex wrote:

On Fri, Jun 13, 2008 at 01:18:10PM -0700, Kon Lovett wrote:
What's the use of the distinction?

Not sure if it makes a lot of sense, but how about letting 'require'
do
this always, removing require-library?  The functionality of the old
'require' could then be a hidden procedure local to the definition.

'require' is useful since it handles the package search.

From what I understood of Felix's description, so does require- library.

Yes, but 'require-library', like 'require-extension', doesn't evaluate its' arguments. Also, not sure what 'require-library', when not at the top-level, means - especially if static linkage is used. Whereas 'require' is suitable for runtime, regardless of linkage mode.



Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
                                                        -- Donald Knuth
_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users

Best Wishes,
Kon






reply via email to

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