Re: [Chicken-users] bind egg and strings

2013-02-10 Thread Andrei Barbu
Attached is a trivial patch that does the strdup. Andrei On Sat, Feb 9, 2013 at 6:07 PM, Andrei Barbu wrote: > Hi, > > > I've been using the bind egg and encountered some strange behaviour. > I have: > > struct a { > char *b; > }; > > Bind generates: > > (begin > (define a-b > (foreign

[Chicken-users] ANN: persistent-hash-map 0.0.1

2013-02-10 Thread Moritz Heidkamp
Fellow Chickeneers, I have finally gotten around to finishing my long standing plan of porting the useful persistent hash map data structure from Clojure to Chicken. Thankfully, ClojureScript grew its own implementation of it in the meantime which written (mostly) in ClojureScript itself so portin

Re: [Chicken-users] Wish list

2013-02-10 Thread Matt Gushee
Hi-- On Sun, Feb 10, 2013 at 12:55 PM, Mario Domenech Goulart < mario.goul...@gmail.com> wrote: > > > On Sun, 10 Feb 2013 22:36:41 +0400 Aleksej Saushev wrote: > > Most (if not all) eggs are available via HTTP(S). For eggs hosted on > call-cc.org, you ca use > https://code.call-cc.org/svn/chicke

Re: [Chicken-users] Wish list

2013-02-10 Thread Aleksej Saushev
Hello, Mario Domenech Goulart writes: > On Sun, 10 Feb 2013 22:36:41 +0400 Aleksej Saushev wrote: > >> I have talked to a user, and he reminded me of my past experience of >> using Chicken in production environment around four years ago. While >> many things improved since then, there're stil

Re: [Chicken-users] Wish list

2013-02-10 Thread Mario Domenech Goulart
Hi Aleksej, On Sun, 10 Feb 2013 22:36:41 +0400 Aleksej Saushev wrote: > I have talked to a user, and he reminded me of my past experience of > using Chicken in production environment around four years ago. While > many things improved since then, there're still some I'd like to have. > > 1. Dist

[Chicken-users] Wish list

2013-02-10 Thread Aleksej Saushev
Hello, I have talked to a user, and he reminded me of my past experience of using Chicken in production environment around four years ago. While many things improved since then, there're still some I'd like to have. 1. Distribute eggs by HTTP(S) and/or FTP(S). Today I have "chicken-install -r"

Re: [Chicken-users] How do I build chicken for the MIPS arch?

2013-02-10 Thread Mario Domenech Goulart
Hi Ivan, On Fri, 08 Feb 2013 15:58:42 -0200 "Ivan Filgueiras" wrote: > On Fri, 08 Feb 2013 14:10:52 -0200, Mario Domenech Goulart > wrote: > >> On Fri, 08 Feb 2013 13:01:32 -0200 "Ivan Filgueiras"> >> wrote: >> >>> New attempt: >>> >> ... >>> mipsel-linux-uclibc-gcc -L. chicken.o batch-dri