On Fri, Jun 13, 2008 at 9:16 AM, Peter Bex <[EMAIL PROTECTED]> wrote: > > What makes "require" different from "require-library"? >
"require" is a function, which only executes at run-time. "require-library" would be a special form and expand differently, depending on whether we perform static linking or dynamic linking (and such would expand into "(declare (uses ...))" or "require"). cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
