chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Noob question: (re)compile FFI-accessing code within


From: felix winkelmann
Subject: Re: [Chicken-users] Noob question: (re)compile FFI-accessing code within REPL
Date: Mon, 2 Jul 2007 12:43:45 +0200

On 7/2/07, Martin Percossi <address@hidden> 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




reply via email to

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