[ANN] org.clojure/core.cache 0.8.1

2019-08-24 Thread Sean Corfield
A caching library for Clojure implementing various cache strategies https://github.com/clojure/core.cache The core.cache library API has always assumed that you store the (immutable) caches in a Clojure reference type (usually an atom) so it has often been confusing to newcomers and it comes with

Re: [ANN] defexception 0.1.0: a library for dynamically defining exception types in Clojure

2019-08-24 Thread Alex Miller
The clojure.asm namespaces are an internal vendored version of the asm library. It is NOT considered to be part of the public Clojure API. We periodically update it and have no control over that API, which does sometimes include breaking changes. External users of Clojure should never depend