Re: guile-sjson's first public release (v0.2)!

2017-04-26 Thread Christopher Allan Webber
Marko Rauhamaa writes: > Christopher Allan Webber : >> ((name . "buttercup") >>(age . 6) >>(animal . "horse") >>(food . #("carrot" "oats")) >>(mood-noises >> ("frustrated" . "haurrrfff") >> ("happy" . "negh") >> ("angry" . "*SNORT*")))

Re: guile-sjson's first public release (v0.2)!

2017-04-26 Thread Thompson, David
On Wed, Apr 26, 2017 at 12:03 AM, Christopher Allan Webber wrote: > I'd be open to the change... if we're going to do the change, we should > do it now, when I'm pretty much the only user. I wonder what David > Thompson thinks? FWIW this is what Racket does, so there is

Re: guile-sjson's first public release (v0.2)!

2017-04-25 Thread Marko Rauhamaa
Christopher Allan Webber : > ((name . "buttercup") >(age . 6) >(animal . "horse") >(food . #("carrot" "oats")) >(mood-noises > ("frustrated" . "haurrrfff") > ("happy" . "negh") > ("angry" . "*SNORT*"))) > > I'd be open to the change...

Re: guile-sjson's first public release (v0.2)!

2017-04-25 Thread Christopher Allan Webber
Marko Rauhamaa writes: > Christopher Allan Webber : > >> In sum though, it has a nice s-expression based syntax: >> >> scheme@(guile-user)> (define a-horse >> '(@ ("name" "buttercup") >> ("age" 6) >>

Re: guile-sjson's first public release (v0.2)!

2017-04-25 Thread Christopher Allan Webber
Mark Oteiza writes: > Christopher Allan Webber writes: > >> Hello all! I'm happy to announce the first public release of >> guile-sjson! > > Congratulations! > >> What's guile-sjson? Well, it's basically the previous work David >> Thompson did on (ice-9 json), but since

Re: guile-sjson's first public release (v0.2)!

2017-04-25 Thread Mark Oteiza
Christopher Allan Webber writes: > Hello all! I'm happy to announce the first public release of > guile-sjson! Congratulations! > What's guile-sjson? Well, it's basically the previous work David > Thompson did on (ice-9 json), but since that seemed to sit without

Re: guile-sjson's first public release (v0.2)!

2017-04-24 Thread Marko Rauhamaa
Christopher Allan Webber : > In sum though, it has a nice s-expression based syntax: > > scheme@(guile-user)> (define a-horse > '(@ ("name" "buttercup") > ("age" 6) > ("animal" "horse") >

guile-sjson's first public release (v0.2)!

2017-04-24 Thread Christopher Allan Webber
Hello all! I'm happy to announce the first public release of guile-sjson! What's guile-sjson? Well, it's basically the previous work David Thompson did on (ice-9 json), but since that seemed to sit without being merged for a while and I needed it for several projects, I went ahead and turned it