I think that's the best bet, although JSON is also a possibility. I'm working on a more general text-serialization solution, but it will be quite some time before I have a chance to work on it.
On Fri, Dec 25, 2020 at 10:28 PM Tim Meehan <btmee...@gmail.com> wrote: > I have a big-ish blob of key-value pairs that I would like to not have to > store as text and then convert to a hashtable when I am filtering my data. > > Right now I am saving it as an alist and then converting back to a > hashtable using "alist->hashtable" from SRFI 69. I was just hoping that > there was something more clever ... perhaps it is plenty clever enough. >