[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-sjson's first public release (v0.2)!
From: |
Christopher Allan Webber |
Subject: |
Re: guile-sjson's first public release (v0.2)! |
Date: |
Wed, 26 Apr 2017 09:55:50 -0500 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
Marko Rauhamaa writes:
> Christopher Allan Webber <address@hidden>:
>> ((name . "buttercup")
>> (age . 6)
>> (animal . "horse")
>> (food . #("carrot" "oats"))
>> (mood-noises
>> ("frustrated" . "haurrrfff")
>> ("happy" . "neiiiigh")
>> ("angry" . "*SNORT*")))
>>
>> 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?
>
> Another thing: guile-sjson boldly uses Guile's
>
> null -> #nil
>
> It is of course handy for the purpose but highly Guile-specific. I
> wonder if
>
> null -> #:null
>
> might create less grief down the road.
>
>
> Marko
That may be a good idea worth adding.
I filed a bug:
https://gitlab.com/dustyweb/guile-sjson/issues/3
Re: guile-sjson's first public release (v0.2)!, Mark Oteiza, 2017/04/25