memoization

30 Oct 2021 02:15 - 16 Dec 2022 12:22
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.