[Chicken-users] Soundex

2008-06-15 Thread Kyle R. Burton
(I hope I'm not missing something simple again). I see that there is a Soundex that is part of slib, and that slib is compatible with Chicken - but I couldn't figure out how to get it up and running in my chicken instance. I saw referenced at one point that there was an slib.egg, but I couldn't

Re: [Chicken-users] Is the GTK+ egg still alive?

2008-06-15 Thread Stephen Eilert
Sorry for the late reply, didn't see the message before. I'm also willing to contribute, if necessary. --Stephen programmer, n: A red eyed, mumbling mammal capable of conversing with inanimate monsters. On Sat, May 31, 2008 at 9:29 PM, Elf <[EMAIL PROTECTED]> wrote: > > I was working on it,

[Chicken-users] bug in big numbers or somewhere

2008-06-15 Thread naruto canada
hi I thinks there is a bug in big numbers extension or somewhere else... I am not sure. I use "(use numbers)" for big number "exact" calculations. And nowhere in my code was told to evaluate to float or anything else --- but float numbers show up anyhow. The right answer given by gambit-c, petit

[Chicken-users] mysql egg + prepared statements = ??

2008-06-15 Thread Robin Lee Powell
So the MySQL egg seems to *almost* have support for prepared statements; there's certainly a bunch of relevant code in there. In particular, mysql-stmt-query is defined and appears to be exported, but attempting to use it I get Error: unbound variable: mysql-stmt-query even when I built it out