chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] (no subject)


From: Thomas Chust
Subject: Re: [Chicken-users] (no subject)
Date: Tue, 11 Apr 2006 00:51:32 +0000 (GMT)

On Mon, 10 Apr 2006, marin kooka wrote:

[...] Is "chicken-entry-points" missing in chicken 2.3? I can't find a mtching file anywhere. [...]

Hello,

the entry points API has been removed from CHICKEN some time ago, because the same results can be achieved better by using procedures defined with define-external. You should just make sure that you execute the toplevel procedure exactly once using CHICKEN_run and that your toplevel procedure includes at least one call to return-to-host.

cu,
Thomas




reply via email to

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