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 cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
