guile-user
[Top][All Lists]
Advanced

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

Re: cannot compile: srfi-10 define-reader-ctor 'hash '#,(


From: Ludovic Courtès
Subject: Re: cannot compile: srfi-10 define-reader-ctor 'hash '#,(
Date: Wed, 13 Aug 2014 23:13:09 +0200
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

Jan Nieuwenhuizen <address@hidden> skribis:

>     #,(hash (key0 value0) .. (keyn valuen))
>
> that upon `read', produces a hash table.

Just use your own ‘read-hash-table’ instead of ‘read’ and be done with
it, no?  :-)

That’s what I do in similar situations: simple serializer/deserializer
to/from sexps.

Ludo’.



reply via email to

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