guile-user
[Top][All Lists]
Advanced

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

Re: type friction C <-> scheme


From: Mike Gran
Subject: Re: type friction C <-> scheme
Date: Fri, 9 Jun 2017 13:52:04 -0700
User-agent: Mutt/1.8.0 (2017-02-23)

On Fri, Jun 09, 2017 at 10:36:45PM +0200, Catonano wrote:
> Here we go again
> And here's an excerpt
> 
> (define freexl-get-info
>   (let* ((ptr     (freexl-func "freexl_get_info"))
>          (proc    (pointer->procedure int ptr '(* int *)))

It appears that when I did bindings for guile-aspell,
I used the form (list '* int '*), so that that int was
used as a syntax or variable.

https://github.com/spk121/guile-aspell/blob/master/aspell.scm#L165

Good luck,
Mike Gran



reply via email to

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