chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Embedding example from manual


From: felix winkelmann
Subject: Re: [Chicken-users] Embedding example from manual
Date: Thu, 11 Jan 2007 15:05:22 +0100

On 1/11/07, john <address@hidden> wrote:
I pasted in the first example in
http://galinha.ucpel.tche.br/Embedding to try out. The define-external
is missing a closing bracket and I think it needs a (return-to-host)
at the end.

(define (bar x) (gc) (* x x))

(define-external (baz (int i)) double
  (sqrt i))

(return-to-host)

I wanted to check before editing the wiki.

Yes, you're right. If you could fix it, I'd be grateful.


cheers,
felix




reply via email to

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