[Chicken-users] yaml parser

2008-03-17 Thread Daishi Kato
Hi, Has anybody thought about making a yaml parser? I could not search the mail archive due to index corruption. It is possible to base on json-{read|write}, isn't it? --daishi ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongn

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread Graham Fawcett
On Mon, Mar 17, 2008 at 10:29 PM, Alex Shinn <[EMAIL PROTECTED]> wrote: > > "Graham" == Graham Fawcett <[EMAIL PROTECTED]> writes: > > Graham> On Mon, Mar 17, 2008 at 11:22 AM, Kon Lovett <[EMAIL PROTECTED]> > wrote: > > Graham> The Factor language borrowed from Larceny a > Graham>

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread Alex Shinn
> "Kon" == Kon Lovett <[EMAIL PROTECTED]> writes: Kon> Summary: I want a byte-string API. I want string Kon> integrations. I want global UTF8 strings. The only way this can happen is to push the UTF8 handling into the core of Chicken itself. Integration vs. modules are just different

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread Alex Shinn
> "Graham" == Graham Fawcett <[EMAIL PROTECTED]> writes: Graham> On Mon, Mar 17, 2008 at 11:22 AM, Kon Lovett <[EMAIL PROTECTED]> wrote: Graham> The Factor language borrowed from Larceny a Graham> clever mechanism for representing Unicode Graham> strings efficiently. Perhaps

[Chicken-users] Can we update http://chicken.wiki.br/releases/ please?

2008-03-17 Thread Robin Lee Powell
#chicken seems to think that 3.0.8 is nice and stable; can http://chicken.wiki.br/releases/ link to it? -Robin -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http

Re: [Chicken-users] Proposed egg-post-commit changes.

2008-03-17 Thread Robin Lee Powell
On Mon, Mar 17, 2008 at 11:49:06PM +, Alaric Snell-Pym wrote: > > On 16 Mar 2008, at 7:50 pm, Robin Lee Powell wrote: > >> + (set! eggfiles (cons (make-pathname egg-dir >> doc-full) > > > I have a sense of foreboding about this line. I have a hunch that > the cons should

Re: [Chicken-users] Documentation status

2008-03-17 Thread Hans Bulfone
hi, On Sat, Mar 15, 2008 at 04:39:25PM +0100, Peter Bex wrote: > Here's a list of eggs that have eggdoc, but where the eggdoc sources > from which the html is generated are missing. This is *bad*, and I > urge the developers of these eggs to add the eggdoc sources to the > source repository as w

Re: [Chicken-users] Proposed egg-post-commit changes.

2008-03-17 Thread Robin Lee Powell
On Mon, Mar 17, 2008 at 09:14:10AM +0100, felix winkelmann wrote: > On Sun, Mar 16, 2008 at 8:50 PM, Robin Lee Powell > <[EMAIL PROTECTED]> wrote: > > > > These are totally untested, because I tried to get > > egg-post-commit to work on my system and it just kept getting > > more and more scary/

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread Graham Fawcett
On Mon, Mar 17, 2008 at 11:22 AM, Kon Lovett <[EMAIL PROTECTED]> wrote: > Summary: I want a byte-string API. I want string integrations. I want > global UTF8 strings. The Factor language borrowed from Larceny a clever mechanism for representing Unicode strings efficiently. Perhaps such a system i

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread Kon Lovett
Summary: I want a byte-string API. I want string integrations. I want global UTF8 strings. Is Chicken to be a development tool for all kinds of software, including i18n applications for general users (my major focus, all indications to the contrary), or for in-house tools only. Text is st

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread felix winkelmann
On Mon, Mar 17, 2008 at 10:07 AM, Alex Shinn <[EMAIL PROTECTED]> wrote: > > Felix> No, integration only happens in operator > Felix> position. > > Well, that's easy enough to change. But won't, in the foreseeable future. > > Felix> But won't syntax-case's module system rewrite the >

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread Alex Shinn
> "Felix" == felix winkelmann <[EMAIL PROTECTED]> writes: Felix> On Sun, Mar 16, 2008 at 8:04 AM, Alex Shinn <[EMAIL PROTECTED]> wrote: >> >> I actually thought the change you introduced didn't >> really inline most of the operators but referenced a >> static table, and t

Re: [Chicken-users] Proposed egg-post-commit changes.

2008-03-17 Thread felix winkelmann
On Sun, Mar 16, 2008 at 8:50 PM, Robin Lee Powell <[EMAIL PROTECTED]> wrote: > > These are totally untested, because I tried to get > egg-post-commit to work on my system and it just kept getting more > and more scary/baroque, and eventually I gave up. > For this reason (and because egg-post-co

Re: [Chicken-users] ditching syntax-case modules for the utf8 egg

2008-03-17 Thread felix winkelmann
On Sun, Mar 16, 2008 at 8:04 AM, Alex Shinn <[EMAIL PROTECTED]> wrote: > > "Felix" == Felix Winkelmann <[EMAIL PROTECTED]> writes: > > Felix> Alex, what happens if I pass string operators as first > Felix> class values? These don't get inlined. What > Felix> happens now? > > I actu