Fork me on GitHub
#emacs
<
2016-09-03
>
hlolli14:09:24

is there any emacs equivalent to (atom {}) in clojure?

hlolli14:09:52

mutable hashmap there is to say

cvb16:09:48

alist or actual hash table which could be made with make-hash-table will work, they are mutable in elisp, and emacs work in single thread so you don't need sync tools like swap for atom