Re: [PATCH] ice-9: Add JSON module.

2015-09-21 Thread Mark H Weaver
Matt Wette writes: > On Sep 21, 2015, at 1:08 PM, Ludovic Courtès wrote: > > > David Thompson skribis: > > JSON is an commonly encountered format when writing web > applications, > much like XML, and I think it would be a good idea if the core >

Re: [PATCH] ice-9: Add JSON module.

2015-09-21 Thread Mark H Weaver
Hi David, Sorry for the long delay. David Thompson writes: > JSON is an commonly encountered format when writing web applications, > much like XML, and I think it would be a good idea if the core Guile > distribution had an SXML equivalent for JSON. This patch introduces > such an interface in

Re: [PATCH] ice-9: Add JSON module.

2015-09-21 Thread Matt Wette
> On Sep 21, 2015, at 1:08 PM, Ludovic Courtès wrote: > > David Thompson skribis: > >> JSON is an commonly encountered format when writing web applications, >> much like XML, and I think it would be a good idea if the core Guile >> distribution had an SXML equivalent for JSON. This patch intr

Re: New logo and website design proposal

2015-09-21 Thread Ludovic Courtès
Hello! Luis Felipe López Acevedo skribis: > As part of the Guile project I imagine, I'd like to propose these > visual modifications for the logo and the website. > > Logo > https://multimedialib.files.wordpress.com/2015/09/guile-logo-proposal-2015-06-16.png I like it! > Website mockup (some r

Re: [PATCH] ice-9: Add JSON module.

2015-09-21 Thread Ludovic Courtès
David Thompson skribis: > JSON is an commonly encountered format when writing web applications, > much like XML, and I think it would be a good idea if the core Guile > distribution had an SXML equivalent for JSON. This patch introduces > such an interface in the (ice-9 json) module. There’s al