guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-json 2.0.0 released


From: Ludovic Courtès
Subject: Re: guile-json 2.0.0 released
Date: Tue, 18 Dec 2018 17:45:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello!

Thanks for the new release!

Aleix Conchillo Flaqué <address@hidden> skribis:

> I was also thinking to look at "reader macros"

I’d recommend against that: reader macros are global, so they could
clash with unrelated bits of code, they are non-standard, and they often
don’t buy you much.

There are cases where having a shorthand, like #' or #~ in Guix makes a
real difference, but for a dictionary data type, you could do with a
regular macro.

Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]