For clj2el, what would {:a 1 :b 2} translate into? A plist '(:a 1 :b 2)? And (assoc m :b 2) => (plist-put m :b 2)?And (get m :b) => (plist-get m :b)?What is most common in elisp?
https://github.com/borkdude/clj2el
#clojure #elisp #emacs #clj2el
@borkdude Woah that's awesome!
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.