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: Zbigniew
Subject: Re: [Chicken-users] Noob question: (re)compile FFI-accessing code within REPL
Date: Mon, 2 Jul 2007 12:46:16 -0500

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 <address@hidden> wrote:
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




reply via email to

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