The manual gives more details in case you're interested:
http://chicken.wiki.br/Non%20standard%20macros%20and%20special%20forms#require-extension

When in doubt as to "best practices", check out some of the existing egg code.

On 7/2/07, felix winkelmann <[EMAIL PROTECTED]> wrote:
On 7/2/07, Martin Percossi <[EMAIL PROTECTED]> wrote:
>
> Question: there seem to be several ways to load a scheme source file:
> (use test)

Loads the extension named "test", possible doing compiler-specific
stuff. Usually Does The Right Thing.

> (require 'test)

Load the "test" extension (or, if not found a file in the current directory)
at runtime.

> (require-extension test)

Equivalent to "use".

> What are the differences, and which should I prefer?

require-extension/use


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to