Re: GNU Guile 1.9.6 released (alpha)

2009-12-16 Thread Linas Vepstas
2009/12/16 Ludovic Courtès : > Hi Linas, > > Linas Vepstas 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 primitiv

Re: GNU Guile 1.9.6 released (alpha)

2009-12-16 Thread Ludovic Courtès
Hi Linas, Linas Vepstas 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 ap

Re: GNU Guile 1.9.6 released (alpha)

2009-12-16 Thread Linas Vepstas
2009/12/16 Thien-Thi Nguyen : > () Linas Vepstas > () Tue, 15 Dec 2009 18:19:21 -0600 > >   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

A minor name improvement suggestion to Guile API

2009-12-16 Thread Yi DAI
Hi, all, I read the following in "5.1 Overview of the Guile API" of the reference manual. - Replace <= (less than or equal) with _leq. - Replace >= (greater than or equal) with _geq. - Replace < (less than) with _less. - Replace > (greater than) with _gr. I'd like to suggest the follo

Re: GNU Guile 1.9.6 released (alpha)

2009-12-16 Thread Thien-Thi Nguyen
() Linas Vepstas () Tue, 15 Dec 2009 18:19:21 -0600 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. Pre