[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Guile 1.9.6 released (alpha)
From: |
Ludovic Courtès |
Subject: |
Re: GNU Guile 1.9.6 released (alpha) |
Date: |
Wed, 16 Dec 2009 17:07:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hi Linas,
Linas Vepstas <address@hidden> writes:
> I have a new feature request -- it would be useful, in a variety of
> situations,
> to be able to provide an opaque (void *) pointer when calling make_gsubr,
> and then getting that pointer back again whenever the primitive is called.
One solution is to use applicable smobs (‘scm_set_smob_apply ()’, 1.8+)
or applicable structs (1.9). How well does it work for you?
Thanks,
Ludo’.