Marko Rauhamaa writes: > Christopher Allan Webber <cweb...@dustycloud.org>: >> ((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