Re: [Chicken-users] Centralized documentation

2007-02-12 Thread Toby Butzon
Felix and I have had related discussions. I don't mean to steer the conversation away from the topic (how to do egg documentation) -- but I would like to make sure we move in the direction of making things more coherent and usable. Part of that should be that whatever is decided for egg documentat

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

2007-02-12 Thread Daishi Kato
Hi, sorry for the delay. 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]}" Daishi On 2/10/07, John Cowan <[EMAIL PROTECTED]> wrote: Daish

Re: Re : [Chicken-users] cool 3d logo by Joshua Griffith

2007-02-12 Thread felix winkelmann
On 2/12/07, Brandon J. Van Every <[EMAIL PROTECTED]> wrote: minh thu wrote: > 2007/2/12, felix winkelmann <[EMAIL PROTECTED]>: >> Hi! >> >> Take a look at this funky logo: >> >> http://www.call-with-current-continuation.org/logos/chicken-3d.png > hehe, not really a logo but... :) An Eggolith! W

Re: [Chicken-users] Centralized documentation

2007-02-12 Thread felix winkelmann
On 2/12/07, Peter Bex <[EMAIL PROTECTED]> wrote: I was having an e-mail discussion with Mario Domenech Goulart about Spiffy and the conversation turned towards egg documentation. The discussion started because Spiffy's documentation is starting to grow beyond what fits comfortably on one webpage

Re: Re : [Chicken-users] cool 3d logo by Joshua Griffith

2007-02-12 Thread Brandon J. Van Every
minh thu wrote: 2007/2/12, felix winkelmann <[EMAIL PROTECTED]>: Hi! Take a look at this funky logo: http://www.call-with-current-continuation.org/logos/chicken-3d.png hehe, not really a logo but... :) An Eggolith! We need the "2001: A Space Odyssey" music (aka "Also Sprach Zarathustra")

Re: Re : [Chicken-users] csc -extend with user-preprocessor-pass

2007-02-12 Thread felix winkelmann
On 2/12/07, minh thu <[EMAIL PROTECTED]> wrote: > > No, that's a silly silly bug. Here's a patch: > Well, silly silly question: What is the patch for ? Is it intended for those who use the latest tarball? I guess the one who use the svn (or darcs ?) version can just update ? The diff is taken

Re: Re : [Chicken-users] cool 3d logo by Joshua Griffith

2007-02-12 Thread felix winkelmann
On 2/12/07, minh thu <[EMAIL PROTECTED]> wrote: 2007/2/12, felix winkelmann <[EMAIL PROTECTED]>: > Hi! > > Take a look at this funky logo: > > http://www.call-with-current-continuation.org/logos/chicken-3d.png hehe, not really a logo but... :) > > Thanks, Joshua! > > (I've added it to our logos p

Re : [Chicken-users] cool 3d logo by Joshua Griffith

2007-02-12 Thread minh thu
2007/2/12, felix winkelmann <[EMAIL PROTECTED]>: Hi! Take a look at this funky logo: http://www.call-with-current-continuation.org/logos/chicken-3d.png hehe, not really a logo but... :) Thanks, Joshua! (I've added it to our logos page at http://chicken.wiki.br/logos - unfortunately svnwiki

[Chicken-users] cool 3d logo by Joshua Griffith

2007-02-12 Thread felix winkelmann
Hi! Take a look at this funky logo: http://www.call-with-current-continuation.org/logos/chicken-3d.png Thanks, Joshua! (I've added it to our logos page at http://chicken.wiki.br/logos - unfortunately svnwiki doesn't like me today, so I don't know whether they appear or not) cheers, felix _

Re: [Chicken-users] Centralized documentation

2007-02-12 Thread minh thu
2007/2/12, Peter Bex <[EMAIL PROTECTED]>: Hi everybody, I was having an e-mail discussion with Mario Domenech Goulart about Spiffy and the conversation turned towards egg documentation. The discussion started because Spiffy's documentation is starting to grow beyond what fits comfortably on one

[Chicken-users] Centralized documentation

2007-02-12 Thread Peter Bex
Hi everybody, I was having an e-mail discussion with Mario Domenech Goulart about Spiffy and the conversation turned towards egg documentation. The discussion started because Spiffy's documentation is starting to grow beyond what fits comfortably on one webpage (which is the case at this moment).

Re : [Chicken-users] csc -extend with user-preprocessor-pass

2007-02-12 Thread minh thu
2007/2/12, felix winkelmann <[EMAIL PROTECTED]>: On 2/11/07, minh thu <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying the -extend option of csc with the following : > > (user-preprocessor-pass > (lambda form > (display (car form)) > (newline) > '(display "...")) > > When compiling,