[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: calling scheme procedures by name from C
From: |
Mike Gran |
Subject: |
Re: calling scheme procedures by name from C |
Date: |
Sun, 02 Aug 2009 08:00:44 -0700 |
On Sun, 2009-08-02 at 06:17 -0500, Linas Vepstas wrote:
> 2009/8/2 Richard Shann <address@hidden>:
> The gh_* routines are old and deprecated, and have been for about
> a decade now .. don't use them.
>
> On the other hand, I notice that the tutorial at
> http://www.gnu.org/software/guile/docs/docs.html
> still uses gh_, so clearly, the gnu docs need cleanup :-(
>
....
> google suggests that you read
>
> http://www.lonelycactus.com/guilebook/x220.html
> and
> http://lonelycactus.com/guilebook/c1204.html
>
> which I think is a start, and should get you going.
>
> There's more stuff in
> http://www.gnu.org/software/guile/manual/html_node/Programming-in-C.html
>
> but it lacks examples.
>
> > It seems to me the docs are rather deficient here!
>
> The examples are particularly so.
Oh my oh my. I wrote that doc at lonelycactus.com quite awhile ago. I
keep meaning to take it down, because the way I did things was a little
strange and a little old. But, oddly, there are few other
tutorial-level resources. Someone really ought to put something better
together.
-Mike
- calling scheme procedures by name from C, Richard Shann, 2009/08/02
- Re: calling scheme procedures by name from C, Linas Vepstas, 2009/08/02
- Re: calling scheme procedures by name from C, Richard Shann, 2009/08/02
- Re: calling scheme procedures by name from C,
Mike Gran <=
- Re: calling scheme procedures by name from C, Linas Vepstas, 2009/08/02
- Re: calling scheme procedures by name from C, Daniel Kraft, 2009/08/02
- Re: calling scheme procedures by name from C, Linas Vepstas, 2009/08/02
- Re: calling scheme procedures by name from C, Daniel Kraft, 2009/08/02
- Re: calling scheme procedures by name from C, Linas Vepstas, 2009/08/02
- Updated Guile Tutorial, Neil Jerram, 2009/08/13
Re: calling scheme procedures by name from C, Paul Emsley, 2009/08/02