Re: [Chicken-users] environments egg

2007-02-14 Thread Arto Bendiken
On 2/14/07, Daishi Kato [EMAIL PROTECTED] wrote: On 2/14/07, Arto Bendiken [EMAIL PROTECTED] wrote: I've just uploaded an initial version to the SVN repository (it's in contexts/trunk/). I'll be adding unit tests and some documentation [2] in the next few days - you may want to hold off till

Re: [Chicken-users] gtk2.egg

2007-02-14 Thread Tony Sidaway
On 2/13/07, Andre Kuehne [EMAIL PROTECTED] wrote: Tony Sidaway wrote: [...] The main part of the code is a pretty straightforward wrap of libgtk2 and libglade. The only unusual thing is that a bespoke wrap program is used instead of SWIG, and relies on defs files that are published by

Re: [Chicken-users] Centralized documentation

2007-02-14 Thread Peter Bex
On Tue, Feb 13, 2007 at 05:00:27PM -0500, Alejandro Forero Cuervo wrote: * Any improvements to the CSS used by the wiki would be more than welcome. :-) I've spent a couple of hours hacking the CSS. The result can be viewed at http://frohike.homeunix.org/stream-wiki.html Feel free to snarf

[Chicken-users] Experimental Chicken LiveCD

2007-02-14 Thread Mario Domenech Goulart
Hello folks, I've put at http://g3pd.ufpel.tche.br/chicken/ a first attempt to create a Chicken LiveCD. It's based on Knoppix. Currently there's not a lot of things. I've just removed some packages from the Knoppix CD (to free some space) and added Chicken related stuff. The LiveCD contains

Re: [Chicken-users] Experimental Chicken LiveCD

2007-02-14 Thread Joshua Griffith
Let me know if you want me to make any changes or to render a higher resolution version of the ``weird 3d chicken'' to better fit a desktop aspect ratio :) -Josh ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] Experimental Chicken LiveCD

2007-02-14 Thread Mario Domenech Goulart
Hi Joshua, On Wed, 14 Feb 2007 18:03:30 -0600 Joshua Griffith [EMAIL PROTECTED] wrote: Let me know if you want me to make any changes or to render a higher resolution version of the ``weird 3d chicken'' to better fit a desktop aspect ratio :) If you could make a figure to be properly

[Chicken-users] url egg

2007-02-14 Thread Daishi Kato
Hi, Looks like the url egg does not support urls with query strings. #;1 (use url) ; loading /usr/local/chicken-2.514/lib/chicken/1/url.so ... #;2 (url-string (url http://abc/def?xyz=123;)) http://abc/def; Has anyone done any workaround for this? Or should we upgrade the url egg? Thanks,

Re: [Chicken-users] [announce] JSON egg version 2.0

2007-02-14 Thread John Cowan
Daishi Kato scripsit: Here is an example that breaks inconsistency. I don't think I'm happy with this. #;18 (with-output-to-string (lambda () (json-write (with-input-from-string [[\a\,1,2]] json-read {\a\ : [1, 2]} That's definitely a bug. I need to think about it to see what the