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: Arne Babenhauserheide
Subject: Re: guile-json 2.0.0 released
Date: Wed, 19 Dec 2018 16:18:57 +0100
User-agent: mu4e 1.0; emacs 25.3.1

address@hidden writes:

> On 2018-12-18 16:45, Ludovic Courtès wrote:
>> 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 is no need for a macro, just a regular function that turns a
> s-exp into a hash table.

From my current experience with Scheme this can be generalized: The
least powerful method which fulfills your need (without too much
overhead) is typically the right one.

I was very surprised to realize that with Java this is often different.

Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein
ohne es zu merken

Attachment: signature.asc
Description: PGP signature


reply via email to

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