memoization

30 Oct 2021 - 16 Dec 2022
Open in Logseq
    • A trick to add a bit of state to Clojure, I use it a lot.
    • Point to my macros like defn-memoized
      • It would be nice (if unClojureish) to have a way to invalidate some or all of those memoization caches.