closeable-map
closeable-map copied to clipboard
Application state management made simple: a Clojure map that implements java.io.Closeable.
It uses `::fn` meta and as such needs a Clojure object. The implementation should change so that it attach the fn to the map and not the object.
Currently `closeable-map` tries very hard to swallow everything, and as such uses the apex class `java.io.Throwable` in order to make completely sure errors truly are silent. This is opinionated. Is...
For example: https://github.com/Flexiana/framework/blob/470547cede16aa1dc5a29793abc5ca14d9d73414/examples/state-events/dev/user.clj#L19
Bumps [org.clojure:clojure](https://github.com/clojure/clojure) from 1.10.3 to 1.11.2. Changelog Sourced from org.clojure:clojure's changelog. Changes to Clojure in Version 1.11.1 CLJ-2701 Pin serialVersionUID for Keyword and ArraySeq back to 1.10.3 values to retain...