In emacs lisp, is there a way to serialize a hash table to a file in and then reading it again at a later time?
Thanks
This is easily possible since Emacs 23.2 or so. Check with
(featurep 'hashtable-print-readable)
If this returns t
, you can simply prin1
a hashtable to a buffer, save it and read
it later.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With