Jan Nieuwenhuizen <[email protected]> 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’.
