What is Nostr?
Louis :emacs: /
npub1tp9…dzfn
2023-09-13 12:26:56
in reply to nevent1q…exdf

Louis :emacs: on Nostr: npub1dtw0v…885ra You probably have to get all the keys first: (defun ...

npub1dtw0ve3yrtslcda2l46lmm7t5z7m7sc6xf9r7cd98e37pd92utdsd885ra (npub1dtw…85ra) You probably have to get all the keys first:

(defun hash-table-keys (hash-table)
(let ((keys ()))
(maphash (lambda (k v) (push k keys)) hash-table)
keys))


and then run your own iteration. You are right, hash tables are not a first class citizen in Elisp, unfortunately.
Author Public Key
npub1tp9e9qhmc02khh3jzpn8vmqwhj3u25yw352ed2x87zs4e2ps2uwqhadzfn