[Chicken-users] Problem with http-client egg sample code

2012-05-24 Thread Ulas Türkmen
Hi guys, For my next side project, I wanted to use Chicken to improve my knowledge of Scheme, and to see how fast Chicken scheme can get. I installed Chicken on my Mac (Snow Leopard) by compiling from source, since the Macports version gave segmentation faults on installing eggs. Afterwards, I

Re: [Chicken-users] Problem with http-client egg sample code

2012-05-24 Thread Mario Domenech Goulart
Hi Ulas, On Thu, 24 May 2012 13:40:43 +0200 Ulas Türkmen afroisalready...@googlemail.com wrote: For my next side project, I wanted to use Chicken to improve my knowledge of Scheme, and to see how fast Chicken scheme can get. I installed Chicken on my Mac (Snow Leopard) by compiling from

Re: [Chicken-users] Problem with http-client egg sample code

2012-05-24 Thread Ulas Türkmen
Hi Mario, Thanks a lot for you quick response. This solved the problem. Cheers, Ulas On Thu, May 24, 2012 at 1:59 PM, Mario Domenech Goulart mario.goul...@gmail.com wrote: Hi Ulas, On Thu, 24 May 2012 13:40:43 +0200 Ulas Türkmen afroisalready...@googlemail.com wrote: For my next side

[Chicken-users] chicken-bind: working with structs

2012-05-24 Thread Kristian Lein-Mathisen
Hi guys! I've been looking at chicken-bind's way of working with C-structs for a while now, and I'm in the works of something I think will be useful. I want to have chicken-bind generate code for struct-by-values. Thanks to all who helped me out in this tricky process! *Allocating memory for new